summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-02-08perf top: Use __fallthroughArnaldo Carvalho de Melo-1/+1
2017-02-08tools strfilter: Use __fallthroughArnaldo Carvalho de Melo-0/+1
2017-02-08tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo-0/+2
2017-02-08tools include: Add a __fallthrough statementArnaldo Carvalho de Melo-0/+9
2017-02-08tools lib bpf: Add missing header to the libraryMickaël Salaün-0/+1
2017-02-08perf vendor events intel: Add uncore events for Broadwell DEAndi Kleen-0/+484
2017-02-08perf vendor events intel: Add uncore events for Xeon Phi (Knights Landing)Andi Kleen-0/+42
2017-02-08perf vendor events intel: Add uncore events for Sandy Bridge ServerAndi Kleen-0/+582
2017-02-08perf vendor events intel: Add uncore events for IvyBridge ServerAndi Kleen-0/+692
2017-02-08perf vendor events intel: Add uncore events for Broadwell ServerAndi Kleen-0/+512
2017-02-08perf vendor events intel: Add uncore events for Haswell Server processorAndi Kleen-0/+512
2017-02-08perf tools: Fix include of linux/mman.hArnaldo Carvalho de Melo-1/+1
2017-02-08selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen-1/+1
2017-02-08selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen-1/+1
2017-02-08tools lib traceevent: Robustify do_generate_dynamic_list_fileDavid Carrillo-Cisneros-4/+10
2017-02-08perf tools: Use zfree() to avoid keeping dangling pointersTaeung Song-6/+6
2017-02-08perf tools: Use zfree() instead of ad hoc equivalentTaeung Song-4/+2
2017-02-08perf tools: Add missing check for failure in a zalloc() callTaeung Song-0/+2
2017-02-08perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song-1/+2
2017-02-08perf probe: Add option --symfsUwe Kleine-König-0/+2
2017-02-08perf symbols: Take into account symfs setting when reading file build IDVictor Kamensky-2/+4
2017-02-08perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria-14/+18
2017-02-08perf list: Add debug support for outputing alias stringAndi Kleen-0/+15
2017-02-08perf pmu: Support event aliases for non cpu// pmusAndi Kleen-27/+51
2017-02-08perf pmu: Support per pmu json aliasesAndi Kleen-4/+9
2017-02-08perf jevents: Add support for parsing uncore json filesAndi Kleen-13/+98
2017-02-08perf jevents: Parse eventcode as numberAndi Kleen-1/+9
2017-02-08perf bpf: Add missing newline in debug messagesHe Kuang-2/+2
2017-02-08perf tools arm64: Add support for generating bpf prologueHe Kuang-1/+15
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-02-07ktest: Add variable run_command_status to save status of commands executedSteven Rostedt (VMware)-11/+11
2017-02-07ktest.pl: Powercycle the box on reboot if no connection can be madeSteven Rostedt (VMware)-11/+29
2017-02-07ktest: Add timeout to ssh commandSteven Rostedt (VMware)-8/+27
2017-02-07ktest: Fix child exit code processingSteven Rostedt (VMware)-1/+1
2017-02-07ktest: Have POST_TEST run after the test has totally completedSteven Rostedt (VMware)-8/+12
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu-0/+23
2017-02-06bpf: test for AND edge casesJosef Bacik-0/+55
2017-02-06Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo-2/+19
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman-71/+116
2017-02-06Merge 4.10-rc7 into staging-nextGreg Kroah-Hartman-104/+210
2017-02-06Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman-27/+28
2017-02-03Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/s...Ingo Molnar-3/+40
2017-02-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2017-02-02cgroup, perf_event: make perf_event controller work on cgroup2 hierarchyTejun Heo-7/+19
2017-02-02perf callchain: Reference count mapsKrister Johansen-2/+22
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim-1/+14
2017-02-02perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim-0/+4
2017-02-02x86/mpx: Re-add MPX to selftests MakefileDave Hansen-1/+1
2017-02-01Merge tag 'perf-core-for-mingo-4.11-20170201' of git://git.kernel.org/pub/scm...Ingo Molnar-59/+442
2017-01-31perf ftrace: Add ftrace.tracer config optionTaeung Song-0/+25