summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * perf session: Fix indent in perf_session__new()"Jiri Olsa2019-11-061-2/+2
| * perf data: Rename directory "header" file to "data"Adrian Hunter2019-11-062-2/+2
| * perf data: Move perf_dir_version into data.hAdrian Hunter2019-11-062-4/+4
| * perf data: Correctly identify directory data filesAdrian Hunter2019-11-061-1/+1
* | Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar2019-11-111-1/+1
|\ \ | |/ |/|
| * perf tools: Fix time sortingJiri Olsa2019-11-051-1/+1
| * perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)2019-11-052-33/+0
| * perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2019-11-052-4/+13
* | Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-10-2215-130/+222
|\ \
| * | libperf: Move mask setup to perf_evlist__mmap_ops()Jiri Olsa2019-10-191-1/+0
| * | libperf: Move mmap allocation to perf_evlist__mmap_ops::getJiri Olsa2019-10-191-15/+9
| * | libperf: Introduce perf_evlist__for_each_mmap()Jiri Olsa2019-10-191-1/+3
| * | perf list: Hide deprecated events by defaultJin Yao2019-10-194-8/+19
| * | perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)2019-10-182-33/+0
| * | perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2019-10-182-4/+13
| * | perf string: Export asprintf__tp_filter_pids()Arnaldo Carvalho de Melo2019-10-152-1/+5
| * | perf stat: Support --all-kernel/--all-userJin Yao2019-10-152-0/+12
| * | perf annotate: Fix objdump --no-show-raw-insn flagIan Rogers2019-10-151-2/+2
| * | perf annotate: Don't pipe objdump output through 'expand' commandIan Rogers2019-10-151-19/+76