Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge 3.16-rc5 into char-misc-next | Greg Kroah-Hartman | 2014-07-13 | 43 | -127/+1253 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | tools: selftests - create a separate hotplug target for full range test | Shuah Khan | 2014-07-11 | 6 | -6/+105 | |
| * | | | | | | | tools: fix kcmp_test compile warnings | Shuah Khan | 2014-07-11 | 1 | -1/+1 | |
| * | | | | | | | tools: Fix mqueue Makefile compile linking order | Shuah Khan | 2014-07-11 | 1 | -2/+2 | |
| * | | | | | | | tools: fix mq_open_tests compile warnings | Shuah Khan | 2014-07-11 | 1 | -6/+14 | |
| * | | | | | | | tools: fix mq_perf_tests compile warnings | Shuah Khan | 2014-07-11 | 1 | -19/+21 | |
| * | | | | | | | tools: cpu-hotplug fix unexpected operator error | Shuah Khan | 2014-07-11 | 1 | -1/+1 | |
| * | | | | | | | tools: memory-hotplug fix unexpected operator error | Shuah Khan | 2014-07-11 | 1 | -1/+1 | |
| * | | | | | | | Tools: hv: fix file overwriting of hv_fcopy_daemon | Yue Zhang | 2014-07-09 | 1 | -1/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-08-04 | 132 | -869/+3512 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Revert "perf tools: Fix jump label always changing during tracing" | Jiri Olsa | 2014-07-28 | 1 | -7/+2 | |
| * | | | | | | | perf tools: Fix perf usage string leftover | Jiri Olsa | 2014-07-28 | 1 | -1/+1 | |
| * | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2014-07-28 | 29 | -115/+470 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty rounds | Jiri Olsa | 2014-07-25 | 1 | -1/+7 | |
| | * | | | | | | | perf record: Always force PERF_RECORD_FINISHED_ROUND event | Jiri Olsa | 2014-07-25 | 1 | -2/+1 | |
| | * | | | | | | | perf inject: Add --kallsyms parameter | Adrian Hunter | 2014-07-25 | 2 | -0/+5 | |
| | * | | | | | | | perf tools: Expose 'addr' functions so they can be reused | Adrian Hunter | 2014-07-25 | 3 | -33/+53 | |
| | * | | | | | | | perf session: Fix accounting of ordered samples queue | Jiri Olsa | 2014-07-24 | 1 | -2/+1 | |
| | * | | | | | | | perf powerpc: Include util/util.h and remove stringify macros | Sukadev Bhattiprolu | 2014-07-24 | 1 | -3/+1 | |
| | * | | | | | | | perf tools: Fix build on gcc 4.4.7 | Arnaldo Carvalho de Melo | 2014-07-23 | 1 | -1/+1 | |
| | * | | | | | | | perf tools: Add thread parameter to vdso__dso_findnew() | Adrian Hunter | 2014-07-23 | 5 | -7/+10 | |
| | * | | | | | | | perf tools: Add dso__type() | Adrian Hunter | 2014-07-23 | 5 | -0/+77 | |
| | * | | | | | | | perf tools: Separate the VDSO map name from the VDSO dso name | Adrian Hunter | 2014-07-23 | 4 | -9/+20 | |
| | * | | | | | | | perf tools: Add vdso__new() | Adrian Hunter | 2014-07-23 | 1 | -5/+15 | |
| | * | | | | | | | perf machine: Fix the lifetime of the VDSO temporary file | Adrian Hunter | 2014-07-23 | 5 | -13/+37 | |
| | * | | | | | | | perf tools: Group VDSO global variables into a structure | Adrian Hunter | 2014-07-23 | 1 | -12/+32 | |
| | * | | | | | | | perf session: Add ability to skip 4GiB or more | Adrian Hunter | 2014-07-23 | 1 | -7/+8 | |
| | * | | | | | | | perf session: Add ability to 'skip' a non-piped event stream | Adrian Hunter | 2014-07-23 | 1 | -1/+6 | |
| | * | | | | | | | perf tools: Pass machine to vdso__dso_findnew() | Adrian Hunter | 2014-07-23 | 5 | -10/+14 | |
| | * | | | | | | | perf tools: Add dso__data_size() | Adrian Hunter | 2014-07-23 | 2 | -0/+24 | |
| | * | | | | | | | perf tools: Move rdtsc() function | Adrian Hunter | 2014-07-23 | 4 | -9/+15 | |
| | * | | | | | | | perf machine: Add ability to record the current tid for each cpu | Adrian Hunter | 2014-07-23 | 2 | -0/+51 | |
| | * | | | | | | | perf tools: Add cpu to struct thread | Adrian Hunter | 2014-07-23 | 2 | -0/+2 | |
| | * | | | | | | | perf tools: Add dsos__hit_all() | Adrian Hunter | 2014-07-23 | 2 | -0/+43 | |
| | * | | | | | | | perf tools: Add dso__data_status_seen() | Adrian Hunter | 2014-07-23 | 2 | -0/+18 | |
| | * | | | | | | | perf tools: Record whether a dso has data | Adrian Hunter | 2014-07-23 | 2 | -8/+22 | |
| | * | | | | | | | perf script: Do not print dangling '=>' for BTS | Adrian Hunter | 2014-07-23 | 1 | -3/+3 | |
| | * | | | | | | | perf script: Improve srcline display for BTS | Adrian Hunter | 2014-07-23 | 1 | -5/+15 | |
| | * | | | | | | | perf tools: Fix jump label always changing during tracing | Adrian Hunter | 2014-07-23 | 1 | -2/+7 | |
| | * | | | | | | | perf tools: Fix incorrect fd error comparison | Adrian Hunter | 2014-07-22 | 1 | -1/+1 | |
| * | | | | | | | | Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app... | Ingo Molnar | 2014-07-28 | 11 | -27/+62 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | perf tests: Update attr test with PERF_FLAG_FD_CLOEXEC flag | Jiri Olsa | 2014-07-18 | 2 | -2/+4 | |
| * | | | | | | | perf tools: Enable close-on-exec flag on perf file descriptor | Yann Droneaud | 2014-07-18 | 11 | -12/+97 | |
| * | | | | | | | perf tools: Allow TSC conversion on any arch | Adrian Hunter | 2014-07-17 | 6 | -26/+40 | |
| * | | | | | | | perf tools: Remove needless getopt.h includes | Jiri Olsa | 2014-07-17 | 2 | -2/+0 | |
| * | | | | | | | perf tools: Add --debug optionto set debug variable | Jiri Olsa | 2014-07-17 | 4 | -2/+67 | |
| * | | | | | | | perf tools: Factor eprintf to allow different debug variables | Jiri Olsa | 2014-07-17 | 3 | -14/+14 | |
| * | | | | | | | perf tools: Move pr_* debug macros into debug object | Jiri Olsa | 2014-07-17 | 25 | -21/+43 | |
| * | | | | | | | perf tools: Remove verbose from functions prototypes | Jiri Olsa | 2014-07-17 | 4 | -20/+19 | |
| * | | | | | | | perf machine: Fix leak of 'struct thread' on error path | Adrian Hunter | 2014-07-17 | 1 | -1/+3 |