summaryrefslogtreecommitdiffstats
path: root/certs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-11-19perf machine: Fix to destroy kernel maps when machine exitsMasami Hiramatsu1-0/+1
2015-11-19perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps referencesMasami Hiramatsu1-0/+1
2015-11-19perf machine: Fix machine__findnew_module_map to put registered mapMasami Hiramatsu1-0/+2
2015-11-19perf probe: Fix to free temporal Dwarf_FrameMasami Hiramatsu1-3/+6
2015-11-19perf test: Mute test cases error messages if verbose == 0Wang Nan1-0/+12
2015-11-19perf test: Print result for each BPF subtestWang Nan3-10/+35
2015-11-19perf test: Print result for each LLVM subtestWang Nan3-50/+115
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo42-88/+89
2015-11-18perf bpf: Use same BPF program if arguments are identicalWang Nan1-7/+131
2015-11-18perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinuxWang Nan1-3/+4
2015-11-18perf test: Test the BPF prologue adding infrastructureWang Nan6-1/+84
2015-11-18perf bpf: Generate prologue for BPF programsWang Nan1-1/+119
2015-11-18perf bpf: Add prologue for BPF programs for fetching argumentsHe Kuang5-0/+496
2015-11-18perf bpf: Allow BPF program config probing optionsWang Nan2-4/+56
2015-11-18perf bpf: Allow attaching BPF programs to modules symbolsWang Nan1-0/+16
2015-11-18perf bpf: Allow BPF program attach to uprobe eventsWang Nan2-6/+115
2015-11-18perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is onWang Nan1-0/+1
2015-11-18perf bpf: Add BPF_PROLOGUE config options for further patchesWang Nan1-0/+12
2015-11-18bpf tools: Load a program with different instances using preprocessorWang Nan2-9/+201
2015-11-18tools: Clone the kernel's strtobool functionWang Nan2-0/+45
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo6-19/+36
2015-11-18tools: Fix selftests_install Makefile ruleKevin Hilman1-1/+1
2015-11-18perf test: Fix build of BPF and LLVM on older glibc librariesArnaldo Carvalho de Melo2-11/+11
2015-11-13perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan1-6/+14
2015-11-13perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu1-1/+3
2015-11-13perf inject: Also re-pipe lost_samples eventAdrian Hunter1-0/+1
2015-11-13perf buildid-list: Requires ordered eventsAdrian Hunter1-0/+1
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter3-0/+19
2015-11-12perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo3-5/+6
2015-11-12perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo1-6/+0
2015-11-12perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo1-0/+1
2015-11-12perf symbols: Rebuild rbtree when adjusting symbols for kcoreAdrian Hunter1-16/+14
2015-11-12tools: Add a "make all" ruleKamal Mostafa1-0/+9
2015-11-12tools: Actually install tmon in the install ruleKamal Mostafa1-1/+1
2015-11-12perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macroHuang Rui1-6/+0
2015-11-11tools include: Add compiler.h to list.hArnaldo Carvalho de Melo1-0/+1
2015-11-11perf probe: Verify parameters in two functionsWang Nan1-0/+6
2015-11-11perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo1-4/+4
2015-11-11perf annotate: Support full source file paths for srcline fixMichael Petlan1-0/+1