summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf bpf: Allow BPF program config probing optionsWang Nan2015-11-182-4/+56
* perf bpf: Allow attaching BPF programs to modules symbolsWang Nan2015-11-181-0/+16
* perf bpf: Allow BPF program attach to uprobe eventsWang Nan2015-11-182-6/+115
* perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is onWang Nan2015-11-181-0/+1
* perf bpf: Add BPF_PROLOGUE config options for further patchesWang Nan2015-11-181-0/+12
* bpf tools: Load a program with different instances using preprocessorWang Nan2015-11-182-9/+201
* tools: Clone the kernel's strtobool functionWang Nan2015-11-182-0/+45
* tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo2015-11-186-19/+36
* tools: Fix selftests_install Makefile ruleKevin Hilman2015-11-181-1/+1
* perf test: Fix build of BPF and LLVM on older glibc librariesArnaldo Carvalho de Melo2015-11-182-11/+11
* perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan2015-11-131-6/+14
* perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu2015-11-131-1/+3
* perf inject: Also re-pipe lost_samples eventAdrian Hunter2015-11-131-0/+1
* perf buildid-list: Requires ordered eventsAdrian Hunter2015-11-131-0/+1
* perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter2015-11-133-0/+19
* perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo2015-11-123-5/+6
* perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo2015-11-121-6/+0
* perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo2015-11-121-0/+1
* perf symbols: Rebuild rbtree when adjusting symbols for kcoreAdrian Hunter2015-11-121-16/+14
* tools: Add a "make all" ruleKamal Mostafa2015-11-121-0/+9
* tools: Actually install tmon in the install ruleKamal Mostafa2015-11-121-1/+1
* tools include: Add compiler.h to list.hArnaldo Carvalho de Melo2015-11-111-0/+1
* perf probe: Verify parameters in two functionsWang Nan2015-11-111-0/+6
* perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo2015-11-111-4/+4
* perf annotate: Support full source file paths for srcline fixMichael Petlan2015-11-111-0/+1
* perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignoreYunlong Song2015-11-111-0/+2
* Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-0831-274/+920
|\
| * perf test: Do not be case sensitive when searching for matching testsArnaldo Carvalho de Melo2015-11-061-1/+1
| * perf test: Add 'perf test BPF'Wang Nan2015-11-066-1/+248
| * perf test: Enhance the LLVM tests: add kbuild testWang Nan2015-11-064-1/+35
| * perf test: Enhance the LLVM test: update basic BPF test programWang Nan2015-11-064-31/+129
OpenPOWER on IntegriCloud