summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2019-11-12perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo5-14/+14
2019-11-12perf map_groups: Pass the object to map_groups__find_ams()Arnaldo Carvalho de Melo3-7/+7
2019-11-12perf symbols: Stop using map->groups, we can use kmaps insteadArnaldo Carvalho de Melo1-1/+1
2019-11-12perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()Arnaldo Carvalho de Melo1-10/+3
2019-11-12Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/...Ingo Molnar43-385/+1573
2019-11-11Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar1-1/+1
2019-11-07perf report: Sort by sampled cycles percent per block for tuiJin Yao1-1/+73
2019-11-07perf report: Support --percent-limit for --total-cyclesJin Yao2-0/+12
2019-11-07perf report: Sort by sampled cycles percent per block for stdioJin Yao3-0/+22
2019-11-07perf hist: Support block formats with compare/sort/displayJin Yao3-2/+345
2019-11-07perf hist: Count the total cycles of all samplesJin Yao2-2/+7
2019-11-07perf block: Cleanup and refactor block info functionsJin Yao6-46/+174
2019-11-07perf diff: Don't use hack to skip column length calculationJin Yao1-0/+2
2019-11-07perf probe: Skip overlapped location on searching variablesMasami Hiramatsu1-0/+20
2019-11-07perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu1-1/+9
2019-11-07perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu1-6/+13
2019-11-07perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu1-0/+7
2019-11-07perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu1-1/+16
2019-11-07perf annotate: Fix heap overflowIan Rogers1-1/+1
2019-11-07perf machine: Add kernel_dso() methodArnaldo Carvalho de Melo1-3/+7
2019-11-07perf symbols: Remove needless checks for map->groups->machineArnaldo Carvalho de Melo1-1/+1
2019-11-07perf parse: Add a deep delete for parse event termsIan Rogers4-14/+17
2019-11-07perf parse: If pmu configuration fails free termsIan Rogers1-1/+8
2019-11-07perf parse: Before yyabort-ing free componentsIan Rogers1-55/+197
2019-11-07perf parse: Add destructors for parse event termsIan Rogers1-21/+48
2019-11-06perf parse: Ensure config and str in terms are uniqueIan Rogers2-10/+45
2019-11-06perf parse: Add parse events handle errorIan Rogers3-43/+71
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa5-0/+38
2019-11-06perf env: Add perf_env__numa_node()Jiri Olsa2-0/+46
2019-11-06perf tools: Splice events onto evlist even on errorIan Rogers1-6/+11
2019-11-06perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iteratorsArnaldo Carvalho de Melo3-27/+10
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo7-36/+59
2019-11-06perf map: Allow map__next() to receive a NULL argArnaldo Carvalho de Melo1-1/+6
2019-11-06perf map: Check if the map still has some refcounts on exitArnaldo Carvalho de Melo1-1/+1
2019-11-06perf dso: Add dso__data_write_cache_addr()Adrian Hunter2-15/+65
2019-11-06perf dso: Refactor dso_cache__read()Adrian Hunter1-27/+37
2019-11-06perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter2-0/+29
2019-11-06perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu1-2/+2
2019-11-06perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu1-1/+1
2019-11-06perf probe: Fix to list probe event with correct line numberMasami Hiramatsu1-2/+2
2019-11-06perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu1-1/+1
2019-11-06perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu1-1/+1
2019-11-06perf probe: Fix wrong address verificationMasami Hiramatsu1-22/+10
2019-11-06perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2-1/+26
2019-11-06perf probe: Walk function lines in lexical blocksMasami Hiramatsu1-5/+9
2019-11-06perf probe: Fix to find range-only function instanceMasami Hiramatsu1-1/+5
2019-11-06perf tools: Avoid a malloc() for array eventsIan Rogers1-5/+3
2019-11-06perf tools: Move ALLOC_LIST into a functionIan Rogers1-22/+43
2019-11-06perf evsel: Avoid close(-1)Andi Kleen1-1/+2
2019-11-06perf evsel: Always preserve errno while cleaning up perf_event_open failuresAndi Kleen1-2/+4