aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo
2015-11-18tools: Fix selftests_install Makefile ruleKevin Hilman
2015-11-18perf test: Fix build of BPF and LLVM on older glibc librariesArnaldo 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 inject: Also re-pipe lost_samples eventAdrian Hunter
2015-11-13perf buildid-list: Requires ordered eventsAdrian Hunter
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter
2015-11-12perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo
2015-11-12perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo
2015-11-12perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo
2015-11-12perf symbols: Rebuild rbtree when adjusting symbols for kcoreAdrian Hunter
2015-11-12tools: Add a "make all" ruleKamal Mostafa
2015-11-12tools: Actually install tmon in the install ruleKamal Mostafa
2015-11-11tools include: Add compiler.h to list.hArnaldo Carvalho de Melo
2015-11-11perf probe: Verify parameters in two functionsWang Nan
2015-11-11perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo
2015-11-11perf annotate: Support full source file paths for srcline fixMichael Petlan
2015-11-11perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignoreYunlong Song
2015-11-08Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-11-06perf test: Do not be case sensitive when searching for matching testsArnaldo Carvalho de Melo
2015-11-06perf test: Add 'perf test BPF'Wang Nan
2015-11-06perf test: Enhance the LLVM tests: add kbuild testWang Nan
2015-11-06perf test: Enhance the LLVM test: update basic BPF test programWang Nan
2015-11-06perf bpf: Improve BPF related error messagesWang Nan
2015-11-06perf tools: Make fetch_kernel_version() publicly availableWang Nan
2015-11-06bpf tools: Add new API bpf_object__get_kversion()Wang Nan
2015-11-06bpf tools: Improve libbpf error reportingWang Nan
2015-11-06perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu
2015-11-06perf annotate: Inform the user about objdump failures in --stdioAndi Kleen
2015-11-05perf stat: Make stat options globalJiri Olsa
2015-11-05perf sched latency: Fix thread pid reuse issueJiri Olsa
2015-11-05perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...Wang Nan
2015-11-05perf trace: Fix documentation for -iPeter Feiner
2015-11-05tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song
2015-11-05perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan
2015-11-05perf llvm: Pass number of configured CPUs to clang compilerWang Nan
2015-11-05perf tools: Allow shuffling the build testsArnaldo Carvalho de Melo
2015-11-05perf tools: Insert split maps correctly into origin groupJiri Olsa
2015-11-04perf stat: Use common printout function to avoid duplicated codeAndi Kleen
2015-11-04perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-11-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-11-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim
2015-11-03perf bpf: Mute libbpf when '-v' not setWang Nan
2015-11-03perf test: Keep test result clean if '-v' not setWang Nan
2015-10-31selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugsAndy Lutomirski