summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-11-07perf parse: Before yyabort-ing free componentsIan Rogers
2019-11-07perf parse: Add destructors for parse event termsIan Rogers
2019-11-06perf parse: Ensure config and str in terms are uniqueIan Rogers
2019-11-06perf parse: Add parse events handle errorIan Rogers
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa
2019-11-06perf env: Add perf_env__numa_node()Jiri Olsa
2019-11-06perf tools: Splice events onto evlist even on errorIan Rogers
2019-11-06perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iteratorsArnaldo Carvalho de Melo
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo
2019-11-06perf map: Allow map__next() to receive a NULL argArnaldo Carvalho de Melo
2019-11-06perf map: Check if the map still has some refcounts on exitArnaldo Carvalho de Melo
2019-11-06perf dso: Add dso__data_write_cache_addr()Adrian Hunter
2019-11-06perf dso: Refactor dso_cache__read()Adrian Hunter
2019-11-06perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter
2019-11-06perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu
2019-11-06perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu
2019-11-06perf probe: Fix to list probe event with correct line numberMasami Hiramatsu
2019-11-06perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu
2019-11-06perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu
2019-11-06perf probe: Fix wrong address verificationMasami Hiramatsu
2019-11-06perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2019-11-06perf probe: Walk function lines in lexical blocksMasami Hiramatsu
2019-11-06perf probe: Fix to find range-only function instanceMasami Hiramatsu
2019-11-06perf tools: Avoid a malloc() for array eventsIan Rogers
2019-11-06perf tools: Move ALLOC_LIST into a functionIan Rogers
2019-11-06perf evsel: Avoid close(-1)Andi Kleen
2019-11-06perf evsel: Always preserve errno while cleaning up perf_event_open failuresAndi Kleen
2019-11-06perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan
2019-11-06perf llvm: Make .o saving a debug message, not an info oneArnaldo Carvalho de Melo
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter
2019-11-06perf session: Fix indent in perf_session__new()"Jiri Olsa
2019-11-06perf data: Rename directory "header" file to "data"Adrian Hunter
2019-11-06perf data: Move perf_dir_version into data.hAdrian Hunter
2019-11-06perf data: Correctly identify directory data filesAdrian Hunter
2019-11-05perf tools: Fix time sortingJiri Olsa
2019-11-05perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)
2019-11-05perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)
2019-10-22Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-10-22Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-10-19libperf: Move mask setup to perf_evlist__mmap_ops()Jiri Olsa
2019-10-19libperf: Move mmap allocation to perf_evlist__mmap_ops::getJiri Olsa
2019-10-19libperf: Introduce perf_evlist__for_each_mmap()Jiri Olsa
2019-10-19perf list: Hide deprecated events by defaultJin Yao
2019-10-18perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)
2019-10-18perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)
2019-10-15perf string: Export asprintf__tp_filter_pids()Arnaldo Carvalho de Melo
2019-10-15perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter
2019-10-15perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye