summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2019-03-14perf symbols: Filter out hidden symbols from labelsJiri Olsa1-1/+8
2019-03-14perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian1-2/+9
2019-02-20perf report: Fix wrong iteration count in --branch-historyJin Yao3-13/+22
2019-02-12perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa1-1/+2
2019-02-12perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo1-1/+1
2019-02-12perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo1-1/+3
2019-02-12perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-02-12perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-02-12perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-01-26perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo1-0/+4
2019-01-26perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan1-1/+1
2019-01-26perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-01-26perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-01-09perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo1-1/+1
2019-01-09perf pmu: Suppress potential format-truncation warningBen Hutchings1-4/+4
2019-01-09perf script: Use fallbacks for branch stacksAdrian Hunter1-8/+8
2019-01-09perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter1-1/+1
2019-01-09perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter4-0/+60
2019-01-09perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter2-0/+5
2018-12-17perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2-2/+16
2018-12-17perf tools: Fix crash on synthesizing the unitJiri Olsa1-1/+1
2018-11-27perf tools: Do not zero sample_id_all for group membersJiri Olsa1-1/+0
2018-11-27perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller1-1/+11
2018-11-27perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff1-2/+2
2018-11-21perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter3-12/+40
2018-11-21perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2-14/+25
2018-11-21perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller1-1/+34
2018-11-21perf stat: Handle different PMU names with common prefixThomas Richter1-1/+1
2018-11-21perf cs-etm: Correct CPU mode for samplesLeo Yan1-9/+30
2018-11-13perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma1-2/+8
2018-11-13perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma1-0/+1
2018-11-13perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma1-0/+2
2018-11-13perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma1-1/+4
2018-10-17perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo1-19/+2
2018-10-16perf report: Don't crash on invalid inline debug informationMilian Wolff1-0/+3
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller1-0/+1
2018-10-16perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa1-0/+3
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa1-6/+7
2018-10-05perf record: Use unmapped IP for inline callchain cursorsMilian Wolff1-1/+2
2018-10-05perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo1-1/+1
2018-09-27perf report: Don't try to map ip to invalid mapMilian Wolff1-2/+3
2018-09-11perf tools: Fix maps__find_symbol_by_name()Adrian Hunter1-0/+11
2018-08-30perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2-1/+22
2018-08-30perf event-parse: Use fixed size string for commsChris Phlipot1-4/+3
2018-08-30perf util: Fix bad memory access in trace info.Chris Phlipot1-1/+1
2018-08-30perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe1-2/+3
2018-08-30perf annotate: Properly interpret indirect callMartin Liška1-2/+8
2018-08-20perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa1-1/+19
2018-08-20perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa3-3/+5
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa2-14/+4