summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-04-03perf intel-pt: Fix TSC slipAdrian Hunter
2019-04-03perf pmu: Fix parser error for uncore event aliasKan Liang
2019-03-27perf probe: Fix getting the kernel mapAdrian Hunter
2019-03-23perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter
2019-03-23perf intel-pt: Fix overlap calculation for paddingAdrian Hunter
2019-03-23perf auxtrace: Define auxtrace record alignmentAdrian Hunter
2019-03-23perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter
2019-03-23perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter
2019-03-13perf symbols: Filter out hidden symbols from labelsJiri Olsa
2019-03-13perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian
2019-02-20perf report: Fix wrong iteration count in --branch-historyJin Yao
2019-02-12perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa
2019-02-12perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo
2019-02-12perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo
2019-02-12perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-02-12perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-02-12perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-01-26perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo
2019-01-26perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan
2019-01-26perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-01-26perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2019-01-09perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo
2019-01-09perf pmu: Suppress potential format-truncation warningBen Hutchings
2019-01-09perf script: Use fallbacks for branch stacksAdrian Hunter
2019-01-09perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter
2019-01-09perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter
2019-01-09perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter
2018-12-17perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa
2018-12-17perf tools: Fix crash on synthesizing the unitJiri Olsa
2018-11-27perf tools: Do not zero sample_id_all for group membersJiri Olsa
2018-11-27perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller
2018-11-27perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff
2018-11-21perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter
2018-11-21perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter
2018-11-21perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller
2018-11-21perf stat: Handle different PMU names with common prefixThomas Richter
2018-11-21perf cs-etm: Correct CPU mode for samplesLeo Yan
2018-11-13perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma
2018-11-13perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma
2018-11-13perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma
2018-11-13perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma
2018-10-17perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo
2018-10-16perf report: Don't crash on invalid inline debug informationMilian Wolff
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller
2018-10-16perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa
2018-10-05perf record: Use unmapped IP for inline callchain cursorsMilian Wolff
2018-10-05perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo
2018-09-27perf report: Don't try to map ip to invalid mapMilian Wolff
2018-09-11perf tools: Fix maps__find_symbol_by_name()Adrian Hunter