summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf map_groups: Pass the object to map_groups__find_ams()Arnaldo Carvalho de Melo2019-11-124-8/+8
* perf symbols: Stop using map->groups, we can use kmaps insteadArnaldo Carvalho de Melo2019-11-121-1/+1
* perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()Arnaldo Carvalho de Melo2019-11-121-10/+3
* Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-11-1286-19382/+22071
|\
| * perf report: Sort by sampled cycles percent per block for tuiJin Yao2019-11-074-7/+103
| * perf report: Support --percent-limit for --total-cyclesJin Yao2019-11-074-2/+19
| * perf report: Sort by sampled cycles percent per block for stdioJin Yao2019-11-076-3/+96
| * perf hist: Support block formats with compare/sort/displayJin Yao2019-11-073-2/+345
| * perf hist: Count the total cycles of all samplesJin Yao2019-11-076-6/+13
| * perf block: Cleanup and refactor block info functionsJin Yao2019-11-077-142/+185
| * perf diff: Don't use hack to skip column length calculationJin Yao2019-11-072-9/+4
| * perf tests: Fix out of bounds memory accessLeo Yan2019-11-071-0/+9
| * perf record: Add support for limit perf output file sizeJiwei Sun2019-11-072-1/+49
| * perf probe: Skip overlapped location on searching variablesMasami Hiramatsu2019-11-071-0/+20
| * perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu2019-11-071-1/+9
| * perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2019-11-071-6/+13
| * perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu2019-11-071-0/+7
| * perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu2019-11-071-1/+16
| * perf annotate: Fix heap overflowIan Rogers2019-11-071-1/+1
| * perf machine: Add kernel_dso() methodArnaldo Carvalho de Melo2019-11-071-3/+7
| * perf symbols: Remove needless checks for map->groups->machineArnaldo Carvalho de Melo2019-11-071-1/+1
| * perf parse: Add a deep delete for parse event termsIan Rogers2019-11-074-14/+17
| * perf parse: If pmu configuration fails free termsIan Rogers2019-11-071-1/+8
| * perf parse: Before yyabort-ing free componentsIan Rogers2019-11-071-55/+197
| * perf parse: Add destructors for parse event termsIan Rogers2019-11-071-21/+48
| * perf parse: Ensure config and str in terms are uniqueIan Rogers2019-11-062-10/+45
| * perf parse: Add parse events handle errorIan Rogers2019-11-063-43/+71
| * perf inject: Make --strip keep evselsAdrian Hunter2019-11-061-54/+0
| * perf tools: Fix cross compile for ARM64John Garry2019-11-061-1/+2
| * perf stat: Add --per-node agregation supportJiri Olsa2019-11-067-0/+95
| * perf env: Add perf_env__numa_node()Jiri Olsa2019-11-062-0/+46
| * perf vendor events intel: Update all the Intel JSON metrics from TMAM 3.6.Haiyan Song2019-11-0611-912/+954
| * perf vendor events intel: Update CascadelakeX events to v1.05Haiyan Song2019-11-069-17897/+19160
| * perf tools: Splice events onto evlist even on errorIan Rogers2019-11-061-6/+11
| * perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iteratorsArnaldo Carvalho de Melo2019-11-064-32/+14
| * perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo2019-11-0610-44/+65
| * perf map: Allow map__next() to receive a NULL argArnaldo Carvalho de Melo2019-11-061-1/+6
| * perf map: Check if the map still has some refcounts on exitArnaldo Carvalho de Melo2019-11-061-1/+1
| * perf dso: Add dso__data_write_cache_addr()Adrian Hunter2019-11-062-15/+65
| * perf dso: Refactor dso_cache__read()Adrian Hunter2019-11-061-27/+37
| * perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter2019-11-062-0/+29
| * perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu2019-11-061-2/+2
| * perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2019-11-061-1/+1
| * perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2019-11-061-2/+2
| * perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2019-11-061-1/+1
| * perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu2019-11-061-1/+1
| * perf probe: Fix wrong address verificationMasami Hiramatsu2019-11-061-22/+10
| * perf jevents: Fix resource leak in process_mapfile() and main()Yunfeng Ye2019-11-061-2/+11
| * perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2019-11-062-1/+26
| * perf probe: Walk function lines in lexical blocksMasami Hiramatsu2019-11-061-5/+9