summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2015-12-08Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2015-12-07perf annotate: ARM supportRussell King
2015-12-07perf stat: Move enable_on_exec setup under earlier codeJiri Olsa
2015-12-07perf stat: Create events as disabledJiri Olsa
2015-12-07perf stat: Use perf_evlist__enable in handle_initial_delayJiri Olsa
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 test: Create kernel maps properly for hist entries testJiri Olsa
2015-12-07perf test: Prevent using bpf-output event in round trip name testJiri Olsa
2015-12-07perf test: Fix cpus and thread maps reference in error pathJiri Olsa
2015-12-07perf test: Use machine__new_host in mmap thread code reading testJiri Olsa
2015-12-07perf test: Use machine__new_host in mmap thread lookup testJiri Olsa
2015-12-07perf test: Use machine__new_host in dwarf unwind testJiri Olsa
2015-12-07perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan
2015-12-07perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan
2015-12-07perf hists browser: Reset selection when refreshWang Nan
2015-12-07perf hists browser: Add NULL pointer check to prevent crashWang Nan
2015-12-07perf buildid-list: Fix return value of perf buildid-list -kMichael Petlan
2015-12-07perf buildid-list: Show running kernel build id fixMichael Petlan
2015-11-27perf bpf: Rename bpf config to program configWang Nan
2015-11-27perf hists browser: Update nr entries regardless of min percentNamhyung Kim
2015-11-27perf hists: Do not skip elided fields when processing samplesNamhyung Kim
2015-11-27perf report: Show error message when processing sample failsNamhyung 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 test: 'unwind' test should create kernel mapsJiri Olsa
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 stat: Clear sample_(type|period) for countingJiri 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 script: Pass perf_script into process_eventJiri Olsa
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 build: Fix traceevent plugins build raceJiri Olsa
2015-11-26perf script: Remove default_scripting_opsJiri Olsa
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 config: Add initial man pageTaeung Song
2015-11-23perf tools: Add 'perf config' commandTaeung Song
2015-11-23perf callchain: Add order support for libdw DWARF unwinderJiri Olsa
2015-11-23perf test: Add callchain order setup for DWARF unwinder testJiri 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 ui/gtk: Support folded callchainsNamhyung Kim
2015-11-19perf ui/gtk: Support flat callchainsNamhyung Kim
2015-11-19perf hists browser: Support folded callchainsNamhyung Kim