summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du2019-04-271-0/+1
* perf top: Fix error handling in cmd_top()Changbin Du2019-04-271-2/+3
* perf symbols: Filter out hidden symbols from labelsJiri Olsa2019-03-231-1/+8
* perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian2019-03-231-2/+9
* perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-02-201-1/+1
* perf tools: Add Hygon Dhyana supportPu Wen2019-02-201-1/+1
* perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2019-02-061-2/+2
* perf unwind: Unwind with libdw doesn't take symfs into accountMartin Vuille2019-02-061-1/+1
* perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma2018-11-221-0/+2
* perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma2018-11-221-1/+4
* perf tools: Disable parallelism for 'make clean'Rasmus Villemoes2018-11-101-2/+2
* perf bench numa: Fix to show proper convergence statsSrikar Dronamraju2018-11-101-0/+4
* perf tools: Fix segfault for symbol annotation on TUINamhyung Kim2018-11-101-7/+1
* perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta2018-11-103-3/+1
* perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim2018-11-101-1/+3
* perf powerpc: Fix callchain ip filteringSandipan Das2018-09-261-1/+1
* perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das2018-09-261-2/+6
* perf report powerpc: Fix crash if callchain is emptySandipan Das2018-08-281-1/+1
* perf session: Fix undeclared 'oe'Murilo Opsfelder Araujo2018-05-161-0/+1
* Revert "perf tests: Decompress kernel module before objdump"Greg Kroah-Hartman2018-05-021-19/+1
* perf tests: Decompress kernel module before objdumpNamhyung Kim2018-04-131-1/+19
* perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff2018-04-131-0/+8
* perf trace: Add mmap alias for s390Jiri Olsa2018-04-131-0/+4
* perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros2018-03-221-3/+13
* perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2018-03-222-1/+3
* perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian2018-03-221-2/+2
* perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran2018-02-251-5/+51
* perf top: Fix window dimensions change handlingJiri Olsa2018-02-251-3/+12
* perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann2017-12-201-1/+1
* perf test attr: Fix ignored test case resultThomas Richter2017-12-091-1/+1
* perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao2017-07-271-1/+1
* perf stat: Document --detailed optionBorislav Petkov2016-07-121-0/+8
* perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz2016-07-121-1/+1
* perf tools: Dont stop PMU parsing on alias parse errorAndi Kleen2016-04-181-7/+8
* perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo2015-10-271-2/+2
* perf stat: Get correct cpu id for print_aggrKan Liang2015-10-271-3/+2
* perf report: Add support for srcfile sort keyArnaldo Carvalho de Melo2015-10-271-0/+3
* perf tools: Fix copying of /proc/kcoreAdrian Hunter2015-10-271-22/+13
* perf tools: Work around lack of sched_getcpu in glibc < 2.6.Vinson Lee2015-05-172-0/+12
* perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older.Vinson Lee2015-05-171-0/+4
* perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagAdrian Hunter2015-03-061-3/+15
* perf session: Do not fail on processing out of order eventJiri Olsa2015-01-162-6/+6
* perf probe: Trivial typo fix for --demangleMasami Hiramatsu2014-10-291-1/+1
* perf tools: Fix report -F dso_from for data without branch infoJiri Olsa2014-10-291-2/+8
* perf tools: Fix report -F dso_to for data without branch infoJiri Olsa2014-10-291-2/+8
* perf tools: Fix report -F symbol_from for data without branch infoJiri Olsa2014-10-291-3/+13
* perf tools: Fix report -F symbol_to for data without branch infoJiri Olsa2014-10-291-5/+14
* perf tools: Fix report -F mispredict for data without branch infoJiri Olsa2014-10-291-8/+12