summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-12-082-1/+9
|\
| * perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan2015-12-071-0/+3
| * perf hists browser: Reset selection when refreshWang Nan2015-12-071-0/+2
| * perf hists browser: Add NULL pointer check to prevent crashWang Nan2015-12-071-0/+3
| * perf buildid-list: Fix return value of perf buildid-list -kMichael Petlan2015-12-071-1/+1
| * perf buildid-list: Show running kernel build id fixMichael Petlan2015-12-071-1/+1
* | perf annotate: ARM supportRussell King2015-12-071-0/+23
* | perf stat: Move enable_on_exec setup under earlier codeJiri Olsa2015-12-071-6/+9
* | perf stat: Create events as disabledJiri Olsa2015-12-071-6/+19
* | perf stat: Use perf_evlist__enable in handle_initial_delayJiri Olsa2015-12-071-4/+1
* | perf evlist: Factor perf_evlist__(enable|disable) functionsJiri Olsa2015-12-071-24/+8
* | perf evsel: Introduce disable() methodJiri Olsa2015-12-072-0/+11
* | perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa2015-12-073-6/+6
* | perf test: Create kernel maps properly for hist entries testJiri Olsa2015-12-071-0/+5
* | perf test: Prevent using bpf-output event in round trip name testJiri Olsa2015-12-071-1/+2
* | perf test: Fix cpus and thread maps reference in error pathJiri Olsa2015-12-071-0/+7
* | perf test: Use machine__new_host in mmap thread code reading testJiri Olsa2015-12-071-5/+2
* | perf test: Use machine__new_host in mmap thread lookup testJiri Olsa2015-12-071-4/+2
* | perf test: Use machine__new_host in dwarf unwind testJiri Olsa2015-12-071-6/+2
* | 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-282-34/+33
* | tools lib bpf: Extract and collect map names from BPF object fileWang Nan2015-11-282-3/+65
* | tools lib bpf: Collect map definition in bpf_objectWang Nan2015-11-282-60/+148
* | perf hists browser: Update nr entries regardless of min percentNamhyung Kim2015-11-281-3/+2
* | perf hists: Do not skip elided fields when processing samplesNamhyung Kim2015-11-281-6/+0
* | perf report: Show error message when processing sample failsNamhyung Kim2015-11-271-3/+9
* | 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
* | bpf tools: Add helper function for updating bpf maps elementsHe Kuang2015-11-262-0/+16
* | 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
* | tools build: Use fixdep with OUTPUT path prefixJiri Olsa2015-11-262-2/+2
* | 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
* | tools lib bpf: Don't do a feature check when cleaningWang Nan2015-11-251-0/+10
* | tools build: Clean CFLAGS and LDFLAGS for fixdepWang Nan2015-11-251-1/+1
* | perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu2015-11-251-7/+6
* | tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...Steven Rostedt2015-11-231-3/+2
* | 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