summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan2015-12-071-1/+1
* perf bpf: Rename bpf config to program configWang Nan2015-11-272-34/+33
* perf hists: Do not skip elided fields when processing samplesNamhyung Kim2015-11-271-6/+0
* perf list: Robustify event printing routineArnaldo Carvalho de Melo2015-11-271-1/+1
* perf list: Add support for PERF_COUNT_SW_BPF_OUTArnaldo Carvalho de Melo2015-11-271-0/+4
* perf buildid-list: Show running kernel build id fixMichael Petlan2015-11-271-1/+1
* perf evlist: Display WEIGHT sample type bitJiri Olsa2015-11-261-0/+1
* perf symbols: Add the path to vmlinux.debugEkaterina Tumanova2015-11-261-1/+2
* perf symbols: Refactor vmlinux_path__init() to ease path additionsEkaterina Tumanova2015-11-261-31/+33
* perf tools: Correctly identify anon_hugepage when generating map (v2)Yannick Brosseau2015-11-261-2/+2
* perf machine: Adjust dso->long_name for offline moduleWang Nan2015-11-261-1/+26
* perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim2015-11-261-0/+1
* perf callchain: Honor hide_unresolvedNamhyung Kim2015-11-262-1/+7
* perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu2015-11-251-7/+6
* perf callchain: Add missing parent_val initializationJiri Olsa2015-11-231-0/+1
* perf callchain: Add order support for libdw DWARF unwinderJiri Olsa2015-11-232-15/+40
* perf callchain: Add order support for libunwind DWARF unwinderJiri Olsa2015-11-231-17/+30
* perf callchain: Move initial entry call into get_entries functionJiri Olsa2015-11-231-10/+15
* perf hists browser: Support flat callchainsNamhyung Kim2015-11-192-0/+46
* perf report: Add callchain value optionNamhyung Kim2015-11-193-11/+64
* perf callchain: Add count fields to struct callchain_nodeNamhyung Kim2015-11-192-0/+17
* perf callchain: Abstract callchain print functionNamhyung Kim2015-11-192-0/+33
* perf report: Support folded callchain mode on --stdioNamhyung Kim2015-11-192-2/+9
* perf machine: Fix machine__findnew_module_map to put dsoMasami Hiramatsu2015-11-191-1/+3
* perf tools: Fix machine__create_kernel_maps to put kernel dso refcountMasami Hiramatsu2015-11-191-3/+6
* perf tools: Fix __dsos__addnew to put dso after adding it to the listMasami Hiramatsu2015-11-191-0/+2
* perf tools: Fix to put new map after inserting to map_groups in dso__load_symMasami Hiramatsu2015-11-191-0/+2
* perf tools: Make perf_exec_path() always return malloc'd stringMasami Hiramatsu2015-11-193-14/+18
* perf machine: Fix to destroy kernel maps when machine exitsMasami Hiramatsu2015-11-191-0/+1
* perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps referencesMasami Hiramatsu2015-11-191-0/+1
* perf machine: Fix machine__findnew_module_map to put registered mapMasami Hiramatsu2015-11-191-0/+2
* perf probe: Fix to free temporal Dwarf_FrameMasami Hiramatsu2015-11-191-3/+6
* perf bpf: Use same BPF program if arguments are identicalWang Nan2015-11-181-7/+131
* perf bpf: Generate prologue for BPF programsWang Nan2015-11-181-1/+119
* perf bpf: Add prologue for BPF programs for fetching argumentsHe Kuang2015-11-185-0/+496
* perf bpf: Allow BPF program config probing optionsWang Nan2015-11-182-4/+56
* perf bpf: Allow attaching BPF programs to modules symbolsWang Nan2015-11-181-0/+16
* perf bpf: Allow BPF program attach to uprobe eventsWang Nan2015-11-182-6/+115
* tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo2015-11-183-19/+6
* perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan2015-11-131-6/+14
* perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu2015-11-131-1/+3
* perf buildid-list: Requires ordered eventsAdrian Hunter2015-11-131-0/+1
* perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter2015-11-133-0/+19
* perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo2015-11-122-2/+3
* perf symbols: Rebuild rbtree when adjusting symbols for kcoreAdrian Hunter2015-11-121-16/+14
* perf probe: Verify parameters in two functionsWang Nan2015-11-111-0/+6
* perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo2015-11-111-4/+4
* perf annotate: Support full source file paths for srcline fixMichael Petlan2015-11-111-0/+1
* perf test: Add 'perf test BPF'Wang Nan2015-11-062-1/+33
* perf bpf: Improve BPF related error messagesWang Nan2015-11-064-15/+108
OpenPOWER on IntegriCloud