aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+66
2014-08-04Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-8/+124
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-0/+179
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-35/+145
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 132-869/+3512
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 19-28/+26
2014-08-04Merge tag 'ktest-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-349/+297
2014-07-28Revert "perf tools: Fix jump label always changing during tracing"Gravatar Jiri Olsa 1-7/+2
2014-07-28perf tools: Fix perf usage string leftoverGravatar Jiri Olsa 1-1/+1
2014-07-28Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 29-115/+470
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Gravatar Ingo Molnar 11-27/+62
2014-07-25perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty roundsGravatar Jiri Olsa 1-1/+7
2014-07-25perf record: Always force PERF_RECORD_FINISHED_ROUND eventGravatar Jiri Olsa 1-2/+1
2014-07-25perf inject: Add --kallsyms parameterGravatar Adrian Hunter 2-0/+5
2014-07-25perf tools: Expose 'addr' functions so they can be reusedGravatar Adrian Hunter 3-33/+53
2014-07-24perf session: Fix accounting of ordered samples queueGravatar Jiri Olsa 1-2/+1
2014-07-24perf powerpc: Include util/util.h and remove stringify macrosGravatar Sukadev Bhattiprolu 1-3/+1
2014-07-23perf tools: Fix build on gcc 4.4.7Gravatar Arnaldo Carvalho de Melo 1-1/+1
2014-07-23perf tools: Add thread parameter to vdso__dso_findnew()Gravatar Adrian Hunter 5-7/+10
2014-07-23perf tools: Add dso__type()Gravatar Adrian Hunter 5-0/+77
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameGravatar Adrian Hunter 4-9/+20
2014-07-23perf tools: Add vdso__new()Gravatar Adrian Hunter 1-5/+15
2014-07-23perf machine: Fix the lifetime of the VDSO temporary fileGravatar Adrian Hunter 5-13/+37
2014-07-23perf tools: Group VDSO global variables into a structureGravatar Adrian Hunter 1-12/+32
2014-07-23perf session: Add ability to skip 4GiB or moreGravatar Adrian Hunter 1-7/+8
2014-07-23perf session: Add ability to 'skip' a non-piped event streamGravatar Adrian Hunter 1-1/+6
2014-07-23perf tools: Pass machine to vdso__dso_findnew()Gravatar Adrian Hunter 5-10/+14
2014-07-23tools: add script to test udelayGravatar David Riley 1-0/+66
2014-07-23perf tools: Add dso__data_size()Gravatar Adrian Hunter 2-0/+24
2014-07-23perf tools: Move rdtsc() functionGravatar Adrian Hunter 4-9/+15
2014-07-23perf machine: Add ability to record the current tid for each cpuGravatar Adrian Hunter 2-0/+51
2014-07-23perf tools: Add cpu to struct threadGravatar Adrian Hunter 2-0/+2
2014-07-23perf tools: Add dsos__hit_all()Gravatar Adrian Hunter 2-0/+43
2014-07-23perf tools: Add dso__data_status_seen()Gravatar Adrian Hunter 2-0/+18
2014-07-23perf tools: Record whether a dso has dataGravatar Adrian Hunter 2-8/+22
2014-07-23perf script: Do not print dangling '=>' for BTSGravatar Adrian Hunter 1-3/+3
2014-07-23perf script: Improve srcline display for BTSGravatar Adrian Hunter 1-5/+15
2014-07-23perf tools: Fix jump label always changing during tracingGravatar Adrian Hunter 1-2/+7
2014-07-22perf tools: Fix incorrect fd error comparisonGravatar Adrian Hunter 1-1/+1
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 4-8/+124
2014-07-21Merge 3.16-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 7-56/+79
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-17/+15
2014-07-18perf tests: Update attr test with PERF_FLAG_FD_CLOEXEC flagGravatar Jiri Olsa 2-2/+4
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorGravatar Yann Droneaud 11-12/+97
2014-07-17test: add firmware_class loader testGravatar Kees Cook 4-0/+179
2014-07-17perf tools: Allow TSC conversion on any archGravatar Adrian Hunter 6-26/+40
2014-07-17perf tools: Remove needless getopt.h includesGravatar Jiri Olsa 2-2/+0
2014-07-17perf tools: Add --debug optionto set debug variableGravatar Jiri Olsa 4-2/+67
2014-07-17perf tools: Factor eprintf to allow different debug variablesGravatar Jiri Olsa 3-14/+14
2014-07-17perf tools: Move pr_* debug macros into debug objectGravatar Jiri Olsa 25-21/+43