aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 Hunter5-0/+57
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter2-1/+14
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-10-22Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar15-130/+222
2019-10-22Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar5-8/+14
2019-10-19libperf: Move mask setup to perf_evlist__mmap_ops()Jiri Olsa1-1/+0
2019-10-19libperf: Move mmap allocation to perf_evlist__mmap_ops::getJiri Olsa1-15/+9
2019-10-19libperf: Introduce perf_evlist__for_each_mmap()Jiri Olsa1-1/+3
2019-10-19perf list: Hide deprecated events by defaultJin Yao4-8/+19
2019-10-18perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)2-33/+0
2019-10-18perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2-4/+13
2019-10-15perf string: Export asprintf__tp_filter_pids()Arnaldo Carvalho de Melo2-1/+5
2019-10-15perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter1-3/+5
2019-10-15perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva1-1/+1
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2-3/+7
2019-10-15perf evlist: Fix fix for freed id arraysAndi Kleen1-1/+1
2019-10-15perf stat: Support --all-kernel/--all-userJin Yao2-0/+12
2019-10-15perf annotate: Fix objdump --no-show-raw-insn flagIan Rogers1-2/+2
2019-10-15perf annotate: Don't pipe objdump output through 'expand' commandIan Rogers1-19/+76
2019-10-15perf annotate: Don't pipe objdump output through 'grep' commandIan Rogers1-1/+8
2019-10-15perf annotate: Use libsubcmd's run-command.h to fork objdumpIan Rogers1-35/+37
2019-10-15perf annotate: Avoid reallocation in objdump parsingIan Rogers1-12/+14
2019-10-15perf evlist: Fix fix for freed id arraysAndi Kleen1-1/+1
2019-10-15perf script: Fix --reltime with --timeAndi Kleen2-3/+29
2019-10-11perf diff: Report noisy for cycles diffJin Yao7-0/+55
2019-10-10libperf: Adopt perf_evlist__filter_pollfd() from tools/perfJiri Olsa1-11/+1
2019-10-10libperf: Introduce perf_evlist__exit()Jiri Olsa1-5/+1
2019-10-10libperf: Move the pollfd allocation from tools/perf to libperfJiri Olsa1-4/+0
2019-10-10libperf: Centralize map refcnt settingJiri Olsa1-15/+0
2019-10-10perf evlist: Switch to libperf's mmap interfaceJiri Olsa1-175/+4
2019-10-10perf evlist: Introduce perf_evlist__mmap_cb_mmap()Jiri Olsa1-2/+13
2019-10-10perf evlist: Introduce perf_evlist__mmap_cb_get()Jiri Olsa1-0/+24
2019-10-10perf tools: Introduce perf_evlist__mmap_cb_idx()Jiri Olsa1-0/+14
2019-10-10libperf: Adopt perf_mmap__read_event() from tools/perfJiri Olsa4-81/+2
2019-10-10libperf: Adopt perf_mmap__read_done() from tools/perfJiri Olsa3-19/+1