summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2015-12-09perf machine: Fix machine.vmlinux_maps to make sure to clear the old oneMasami Hiramatsu
2015-12-09perf tools: Fix maps__fixup_overlappings to put used mapsMasami Hiramatsu
2015-12-09perf hists: Fix hists_evsel to release histsMasami Hiramatsu
2015-12-09perf tools: Fix map_groups__clone to put cloned mapMasami Hiramatsu
2015-12-07perf annotate: ARM supportRussell King
2015-12-07perf evlist: Factor perf_evlist__(enable|disable) functionsJiri Olsa
2015-12-07perf evsel: Introduce disable() methodJiri Olsa
2015-12-07perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa
2015-12-07perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan
2015-11-27perf bpf: Rename bpf config to program configWang Nan
2015-11-27perf hists: Do not skip elided fields when processing samplesNamhyung Kim
2015-11-27perf list: Robustify event printing routineArnaldo Carvalho de Melo
2015-11-27perf list: Add support for PERF_COUNT_SW_BPF_OUTArnaldo Carvalho de Melo
2015-11-27perf buildid-list: Show running kernel build id fixMichael Petlan
2015-11-26perf evlist: Display WEIGHT sample type bitJiri Olsa
2015-11-26perf symbols: Add the path to vmlinux.debugEkaterina Tumanova
2015-11-26perf symbols: Refactor vmlinux_path__init() to ease path additionsEkaterina Tumanova
2015-11-26perf tools: Correctly identify anon_hugepage when generating map (v2)Yannick Brosseau
2015-11-26perf machine: Adjust dso->long_name for offline moduleWang Nan
2015-11-26perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim
2015-11-26perf callchain: Honor hide_unresolvedNamhyung Kim
2015-11-25perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu
2015-11-23perf callchain: Add missing parent_val initializationJiri Olsa
2015-11-23perf callchain: Add order support for libdw DWARF unwinderJiri Olsa
2015-11-23perf callchain: Add order support for libunwind DWARF unwinderJiri Olsa
2015-11-23perf callchain: Move initial entry call into get_entries functionJiri Olsa
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim
2015-11-19perf report: Add callchain value optionNamhyung Kim
2015-11-19perf callchain: Add count fields to struct callchain_nodeNamhyung Kim
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim
2015-11-19perf report: Support folded callchain mode on --stdioNamhyung Kim
2015-11-19perf machine: Fix machine__findnew_module_map to put dsoMasami Hiramatsu
2015-11-19perf tools: Fix machine__create_kernel_maps to put kernel dso refcountMasami Hiramatsu
2015-11-19perf tools: Fix __dsos__addnew to put dso after adding it to the listMasami Hiramatsu
2015-11-19perf tools: Fix to put new map after inserting to map_groups in dso__load_symMasami Hiramatsu
2015-11-19perf tools: Make perf_exec_path() always return malloc'd stringMasami Hiramatsu
2015-11-19perf machine: Fix to destroy kernel maps when machine exitsMasami Hiramatsu
2015-11-19perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps referencesMasami Hiramatsu
2015-11-19perf machine: Fix machine__findnew_module_map to put registered mapMasami Hiramatsu
2015-11-19perf probe: Fix to free temporal Dwarf_FrameMasami Hiramatsu
2015-11-18perf bpf: Use same BPF program if arguments are identicalWang Nan
2015-11-18perf bpf: Generate prologue for BPF programsWang Nan
2015-11-18perf bpf: Add prologue for BPF programs for fetching argumentsHe Kuang
2015-11-18perf bpf: Allow BPF program config probing optionsWang Nan
2015-11-18perf bpf: Allow attaching BPF programs to modules symbolsWang Nan
2015-11-18perf bpf: Allow BPF program attach to uprobe eventsWang Nan
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo
2015-11-13perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan
2015-11-13perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu
2015-11-13perf buildid-list: Requires ordered eventsAdrian Hunter