aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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 inject: Make --strip keep evselsAdrian Hunter1-54/+0
2019-11-06perf tools: Fix cross compile for ARM64John Garry1-1/+2
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa7-0/+95
2019-11-06perf env: Add perf_env__numa_node()Jiri Olsa2-0/+46
2019-11-06perf vendor events intel: Update all the Intel JSON metrics from TMAM 3.6.Haiyan Song11-912/+954
2019-11-06perf vendor events intel: Update CascadelakeX events to v1.05Haiyan Song9-17897/+19160
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 Melo4-32/+14
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo10-44/+65
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 jevents: Fix resource leak in process_mapfile() and main()Yunfeng Ye1-2/+11
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 kvm: Use evlist layer api when possibleIgor Lubashev1-1/+1
2019-11-06perf tests: Fix a typoLeo Yan1-1/+1
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 Kleen2-2/+4
2019-11-06perf evsel: Always preserve errno while cleaning up perf_event_open failuresAndi Kleen1-2/+4
2019-11-06perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan1-2/+2
2019-11-06perf llvm: Make .o saving a debug message, not an info oneArnaldo Carvalho de Melo1-3/+2
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter8-0/+147
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter4-2/+43
2019-11-06perf session: Fix indent in perf_session__new()"Jiri Olsa1-2/+2
2019-11-06perf data: Rename directory "header" file to "data"Adrian Hunter2-2/+2
2019-11-06perf data: Move perf_dir_version into data.hAdrian Hunter2-4/+4
2019-11-06perf data: Correctly identify directory data filesAdrian Hunter1-1/+1
2019-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+4
2019-11-05perf tools: Fix time sortingJiri Olsa1-1/+1
2019-11-05perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)2-33/+0
2019-11-05perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2-4/+13
2019-10-31perf tools: Make usage of test_attr__* optional for perf-sys.hBjörn Töpel1-2/+4
2019-10-22Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...Ingo Molnar59-287/+1155
2019-10-22Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar8-14/+29
2019-10-19perf trace: Use STUL_STRARRAY_FLAGS with mmapArnaldo Carvalho de Melo1-1/+3
2019-10-19perf trace: Wire up strarray__strtoul_flags()Arnaldo Carvalho de Melo2-0/+9
2019-10-19libbeauty: Introduce strarray__strtoul_flags()Arnaldo Carvalho de Melo2-1/+45