summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-29perf tools: Fix report -F in_tx for data without branch infoJiri Olsa1-3/+10
2014-10-29perf tools: Fix report -F abort for data without branch infoJiri Olsa1-3/+11
2014-10-29perf tools: Make CPUINFO_PROC an array to support different kernel versionsWang Nan2-21/+36
2014-10-29perf callchain: Use global caching provided by libunwindNamhyung Kim3-0/+18
2014-10-22perf diff: Add missing hists__init() call at tool startKan Liang1-0/+5
2014-10-17perf script: Add period as a default output columnJiri Olsa1-3/+6
2014-10-17perf script: Add period data columnJiri Olsa2-2/+12
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo4-1/+5
2014-10-17perf evlist: Add missing 'struct option' forward declarationArnaldo Carvalho de Melo1-0/+2
2014-10-17perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo1-5/+5
2014-10-16perf kvm stat live: Enable events copyingAlexander Yarygin1-0/+1
2014-10-16perf session: Add option to copy events when queueingAlexander Yarygin3-8/+56
2014-10-16perf Documentation: Fix typos in perf/DocumentationMasanari Iida9-15/+15
2014-10-16perf trace: Use thread_{,_set}_priv helpersNamhyung Kim1-8/+8
2014-10-16perf kvm: Use thread_{,_set}_priv helpersNamhyung Kim1-3/+3
2014-10-16perf callchain: Create an address space per threadNamhyung Kim3-5/+55
2014-10-15perf report: Set callchain_param.record_mode for future useNamhyung Kim2-0/+10
2014-10-15perf evlist: Fix for double free in tools/perf statYasser Shalabi1-0/+1
2014-10-15perf test: Add test case for pmu event new style formatKan Liang1-0/+36
2014-10-15perf tools: Add support to new style format of kernel PMU eventKan Liang2-1/+69
2014-10-15perf tools: Parse the pmu event prefix and suffixKan Liang4-10/+141
2014-10-15Revert "perf tools: Default to cpu// for events v5"Kan Liang3-54/+1
2014-10-15perf top: Add a visual cue for toggle zeroing of samplesTaeung Song1-10/+22
2014-10-15Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar35-229/+392
2014-10-15perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo3-8/+8
2014-10-15perf symbols: Fix map->end fixupArnaldo Carvalho de Melo1-1/+1
2014-10-15perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim1-1/+1
2014-10-15perf tools: fix off-by-one error in mapsStephane Eranian1-3/+3