summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2019-04-27perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du1-0/+1
2019-04-27perf top: Fix error handling in cmd_top()Changbin Du1-2/+3
2019-03-23perf symbols: Filter out hidden symbols from labelsJiri Olsa1-1/+8
2019-03-23perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian1-2/+9
2019-02-20perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva1-1/+1
2019-02-20perf tools: Add Hygon Dhyana supportPu Wen1-1/+1
2019-02-06perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff1-2/+2
2019-02-06perf unwind: Unwind with libdw doesn't take symfs into accountMartin Vuille1-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
2018-11-22perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma1-0/+2
2018-11-22perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma1-1/+4
2018-11-10perf tools: Disable parallelism for 'make clean'Rasmus Villemoes1-2/+2
2018-11-10perf bench numa: Fix to show proper convergence statsSrikar Dronamraju1-0/+4
2018-11-10perf tools: Fix segfault for symbol annotation on TUINamhyung Kim1-7/+1
2018-11-10perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta3-3/+1
2018-11-10perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim1-1/+3
2018-09-26perf powerpc: Fix callchain ip filteringSandipan Das1-1/+1
2018-09-26perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das1-2/+6
2018-08-28perf report powerpc: Fix crash if callchain is emptySandipan Das1-1/+1
2018-05-16perf session: Fix undeclared 'oe'Murilo Opsfelder Araujo1-0/+1
2018-05-02Revert "perf tests: Decompress kernel module before objdump"Greg Kroah-Hartman1-19/+1
2018-04-13perf tests: Decompress kernel module before objdumpNamhyung Kim1-1/+19
2018-04-13perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff1-0/+8
2018-04-13perf trace: Add mmap alias for s390Jiri Olsa1-0/+4
2018-03-22perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros1-3/+13
2018-03-22perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2-1/+3
2018-03-22perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian1-2/+2
2018-02-25perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran1-5/+51
2018-02-25perf top: Fix window dimensions change handlingJiri Olsa1-3/+12
2017-12-20perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann1-1/+1
2017-12-09perf test attr: Fix ignored test case resultThomas Richter1-1/+1
2017-07-28perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao1-1/+1
2016-07-12perf stat: Document --detailed optionBorislav Petkov1-0/+8
2016-07-12perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz1-1/+1
2016-04-18perf tools: Dont stop PMU parsing on alias parse errorAndi Kleen1-7/+8
2015-10-28perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo1-2/+2
2015-10-28perf stat: Get correct cpu id for print_aggrKan Liang1-3/+2
2015-10-28perf report: Add support for srcfile sort keyArnaldo Carvalho de Melo1-0/+3
2015-10-28perf tools: Fix copying of /proc/kcoreAdrian Hunter1-22/+13
2015-05-18perf tools: Work around lack of sched_getcpu in glibc < 2.6.Vinson Lee2-0/+12
2015-05-18perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older.Vinson Lee1-0/+4
2015-03-07perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagAdrian Hunter1-3/+15
2015-01-16perf session: Do not fail on processing out of order eventJiri Olsa2-6/+6
2014-10-29perf probe: Trivial typo fix for --demangleMasami Hiramatsu1-1/+1
2014-10-29perf tools: Fix report -F dso_from for data without branch infoJiri Olsa1-2/+8
2014-10-29perf tools: Fix report -F dso_to for data without branch infoJiri Olsa1-2/+8
2014-10-29perf tools: Fix report -F symbol_from for data without branch infoJiri Olsa1-3/+13
2014-10-29perf tools: Fix report -F symbol_to for data without branch infoJiri Olsa1-5/+14
2014-10-29perf tools: Fix report -F mispredict for data without branch infoJiri Olsa1-8/+12