summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1243-385/+1573
|\
| * perf report: Sort by sampled cycles percent per block for tuiJin Yao2019-11-071-1/+73
| * perf report: Support --percent-limit for --total-cyclesJin Yao2019-11-072-0/+12
| * perf report: Sort by sampled cycles percent per block for stdioJin Yao2019-11-073-0/+22
| * 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-072-2/+7
| * perf block: Cleanup and refactor block info functionsJin Yao2019-11-076-46/+174
| * perf diff: Don't use hack to skip column length calculationJin Yao2019-11-071-0/+2
| * 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 stat: Add --per-node agregation supportJiri Olsa2019-11-065-0/+38
| * perf env: Add perf_env__numa_node()Jiri Olsa2019-11-062-0/+46
| * 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-063-27/+10
| * perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo2019-11-067-36/+59
| * 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 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
| * perf probe: Fix to find range-only function instanceMasami Hiramatsu2019-11-061-1/+5
| * perf tools: Avoid a malloc() for array eventsIan Rogers2019-11-061-5/+3
| * perf tools: Move ALLOC_LIST into a functionIan Rogers2019-11-061-22/+43
| * perf evsel: Avoid close(-1)Andi Kleen2019-11-061-1/+2
| * perf evsel: Always preserve errno while cleaning up perf_event_open failuresAndi Kleen2019-11-061-2/+4
| * perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan2019-11-061-2/+2
| * perf llvm: Make .o saving a debug message, not an info oneArnaldo Carvalho de Melo2019-11-061-3/+2
| * perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter2019-11-065-0/+57
| * perf data: Support single perf.data file directoryAdrian Hunter2019-11-062-1/+14
OpenPOWER on IntegriCloud