summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 test: 'unwind' test should create kernel mapsJiri Olsa2015-11-271-0/+5
* 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 stat: Clear sample_(type|period) for countingJiri Olsa2015-11-261-0/+7
* 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 script: Pass perf_script into process_eventJiri Olsa2015-11-261-12/+14
* 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 build: Fix traceevent plugins build raceJiri Olsa2015-11-261-1/+1
* perf script: Remove default_scripting_opsJiri Olsa2015-11-261-36/+7
* perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim2015-11-261-0/+1
* perf callchain: Honor hide_unresolvedNamhyung Kim2015-11-263-5/+10
* 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 config: Add initial man pageTaeung Song2015-11-231-0/+103
* perf tools: Add 'perf config' commandTaeung Song2015-11-235-0/+70
* perf callchain: Add order support for libdw DWARF unwinderJiri Olsa2015-11-232-15/+40
* perf test: Add callchain order setup for DWARF unwinder testJiri Olsa2015-11-231-3/+19
* 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 ui/gtk: Support folded callchainsNamhyung Kim2015-11-191-0/+62
* perf ui/gtk: Support flat callchainsNamhyung Kim2015-11-191-4/+76
* perf hists browser: Support folded callchainsNamhyung Kim2015-11-191-1/+124
* perf hists browser: Support flat callchainsNamhyung Kim2015-11-193-2/+166
* perf hists browser: Factor out hist_browser__show_callchain_list()Namhyung Kim2015-11-191-27/+45
* perf report: Add callchain value optionNamhyung Kim2015-11-196-18/+84
* perf callchain: Add count fields to struct callchain_nodeNamhyung Kim2015-11-192-0/+17
* perf callchain: Abstract callchain print functionNamhyung Kim2015-11-195-27/+57
* perf report: Support folded callchain mode on --stdioNamhyung Kim2015-11-194-2/+65
* 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 test: Mute test cases error messages if verbose == 0Wang Nan2015-11-191-0/+12
* perf test: Print result for each BPF subtestWang Nan2015-11-193-10/+35
* perf test: Print result for each LLVM subtestWang Nan2015-11-193-50/+115
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-1942-88/+89
* perf bpf: Use same BPF program if arguments are identicalWang Nan2015-11-181-7/+131
* perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinuxWang Nan2015-11-181-3/+4
* perf test: Test the BPF prologue adding infrastructureWang Nan2015-11-186-1/+84
* 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