aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2015-12-07perf test: Use machine__new_host in mmap thread code reading testJiri Olsa1-5/+2
2015-12-07perf test: Use machine__new_host in mmap thread lookup testJiri Olsa1-4/+2
2015-12-07perf test: Use machine__new_host in dwarf unwind testJiri Olsa1-6/+2
2015-12-07perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan1-1/+1
2015-12-07perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan1-0/+3
2015-12-07perf hists browser: Reset selection when refreshWang Nan1-0/+2
2015-12-07perf hists browser: Add NULL pointer check to prevent crashWang Nan1-0/+3
2015-12-07perf buildid-list: Fix return value of perf buildid-list -kMichael Petlan1-1/+1
2015-12-07perf buildid-list: Show running kernel build id fixMichael Petlan1-1/+1
2015-11-27perf bpf: Rename bpf config to program configWang Nan2-34/+33
2015-11-27perf hists browser: Update nr entries regardless of min percentNamhyung Kim1-3/+2
2015-11-27perf hists: Do not skip elided fields when processing samplesNamhyung Kim1-6/+0
2015-11-27perf report: Show error message when processing sample failsNamhyung Kim1-3/+9
2015-11-27perf list: Robustify event printing routineArnaldo Carvalho de Melo1-1/+1
2015-11-27perf list: Add support for PERF_COUNT_SW_BPF_OUTArnaldo Carvalho de Melo1-0/+4
2015-11-27perf test: 'unwind' test should create kernel mapsJiri Olsa1-0/+5
2015-11-27perf buildid-list: Show running kernel build id fixMichael Petlan1-1/+1
2015-11-26perf evlist: Display WEIGHT sample type bitJiri Olsa1-0/+1
2015-11-26perf stat: Clear sample_(type|period) for countingJiri Olsa1-0/+7
2015-11-26perf symbols: Add the path to vmlinux.debugEkaterina Tumanova1-1/+2
2015-11-26perf symbols: Refactor vmlinux_path__init() to ease path additionsEkaterina Tumanova1-31/+33
2015-11-26perf script: Pass perf_script into process_eventJiri Olsa1-12/+14
2015-11-26perf tools: Correctly identify anon_hugepage when generating map (v2)Yannick Brosseau1-2/+2
2015-11-26perf machine: Adjust dso->long_name for offline moduleWang Nan1-1/+26
2015-11-26perf build: Fix traceevent plugins build raceJiri Olsa1-1/+1
2015-11-26perf script: Remove default_scripting_opsJiri Olsa1-36/+7
2015-11-26perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim1-0/+1
2015-11-26perf callchain: Honor hide_unresolvedNamhyung Kim3-5/+10
2015-11-25perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu1-7/+6
2015-11-23perf callchain: Add missing parent_val initializationJiri Olsa1-0/+1
2015-11-23perf config: Add initial man pageTaeung Song1-0/+103
2015-11-23perf tools: Add 'perf config' commandTaeung Song5-0/+70
2015-11-23perf callchain: Add order support for libdw DWARF unwinderJiri Olsa2-15/+40
2015-11-23perf test: Add callchain order setup for DWARF unwinder testJiri Olsa1-3/+19
2015-11-23perf callchain: Add order support for libunwind DWARF unwinderJiri Olsa1-17/+30
2015-11-23perf callchain: Move initial entry call into get_entries functionJiri Olsa1-10/+15
2015-11-19perf ui/gtk: Support folded callchainsNamhyung Kim1-0/+62
2015-11-19perf ui/gtk: Support flat callchainsNamhyung Kim1-4/+76
2015-11-19perf hists browser: Support folded callchainsNamhyung Kim1-1/+124
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim3-2/+166
2015-11-19perf hists browser: Factor out hist_browser__show_callchain_list()Namhyung Kim1-27/+45
2015-11-19perf report: Add callchain value optionNamhyung Kim6-18/+84
2015-11-19perf callchain: Add count fields to struct callchain_nodeNamhyung Kim2-0/+17
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim5-27/+57
2015-11-19perf report: Support folded callchain mode on --stdioNamhyung Kim4-2/+65
2015-11-19perf machine: Fix machine__findnew_module_map to put dsoMasami Hiramatsu1-1/+3
2015-11-19perf tools: Fix machine__create_kernel_maps to put kernel dso refcountMasami Hiramatsu1-3/+6
2015-11-19perf tools: Fix __dsos__addnew to put dso after adding it to the listMasami Hiramatsu1-0/+2
2015-11-19perf tools: Fix to put new map after inserting to map_groups in dso__load_symMasami Hiramatsu1-0/+2
2015-11-19perf tools: Make perf_exec_path() always return malloc'd stringMasami Hiramatsu3-14/+18