| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: ctype.c only wants util.h | Namhyung Kim | 2012-02-14 | 1 | -1/+1 |
* | perf tools: Implement islower/isupper macro into util.h | Namhyung Kim | 2012-02-14 | 1 | -0/+4 |
* | perf tools: Change perf_guest default back to false | Joerg Roedel | 2012-02-14 | 1 | -1/+1 |
* | perf top: Don't process samples with no valid machine object | Joerg Roedel | 2012-02-14 | 3 | -0/+17 |
* | perf tools: Allow multiple threads or processes in record, stat, top | David Ahern | 2012-02-14 | 18 | -56/+185 |
* | perf tools: Fix out of tree compiles | David Ahern | 2012-02-14 | 1 | -0/+1 |
* | perf tools: Fix build dependency of perf python extension | Namhyung Kim | 2012-02-13 | 3 | -5/+25 |
* | perf record: No build id option fails | David Ahern | 2012-02-09 | 1 | -2/+2 |
* | perf tools: fix endianness detection in perf.data | Stephane Eranian | 2012-02-09 | 1 | -13/+64 |
* | perf stat: Align scaled output of cpu-clock | Namhyung Kim | 2012-02-06 | 1 | -0/+2 |
* | perf stat: Adjust print unit | Namhyung Kim | 2012-02-06 | 1 | -1/+7 |
* | perf doc: Allow producing documentation in a specified output directory | Franck Bui-Huu | 2012-02-06 | 1 | -34/+52 |
* | perf tool: Fix perf stack to non executable on x86_64 | Jiri Olsa | 2012-02-06 | 1 | -0/+7 |
* | Merge branch 'perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2012-02-06 | 3 | -1/+8 |
|\ |
|
| * | perf evsel: Fix an issue where perf report fails to show the proper percentage | Naveen N. Rao | 2012-02-06 | 1 | -0/+1 |
| * | perf tools: Fix prefix matching for kernel maps | Jiri Olsa | 2012-02-06 | 1 | -1/+1 |
| * | perf tools: Fix perf stack to non executable on x86_64 | Jiri Olsa | 2012-02-06 | 1 | -0/+6 |
| * | perf top: Fix number of samples displayed | Stephane Eranian | 2012-01-31 | 1 | -3/+10 |
| * | perf tools: Fix strlen() bug in perf_event__synthesize_event_type() | Stephane Eranian | 2012-01-31 | 1 | -1/+1 |
| * | perf tools: Fix broken build by defining _GNU_SOURCE in Makefile | David Daney | 2012-01-31 | 8 | -16/+3 |
* | | perf record: Make feature initialization generic | Robert Richter | 2012-02-02 | 2 | -19/+10 |
* | | perf probe: Rename target_module to target | Srikar Dronamraju | 2012-02-02 | 2 | -19/+19 |
* | | perf tools: Remove distclean from Makefile help output | John Kacur | 2012-02-02 | 1 | -1/+0 |
* | | perf evlist: Make splice_list_tail method public | Jiri Olsa | 2012-02-01 | 2 | -3/+8 |
* | | perf python: Use attr.watermark in twatch.py | Arnaldo Carvalho de Melo | 2012-01-30 | 1 | -1/+1 |
* | | perf tools: Remove unnecessary ctype.h inclusion | Namhyung Kim | 2012-01-30 | 8 | -8/+1 |
* | | perf lock: Document lock info subcommand | Namhyung Kim | 2012-01-30 | 2 | -5/+19 |
* | | perf top: Fix number of samples displayed | Stephane Eranian | 2012-01-30 | 1 | -3/+10 |
* | | perf script: Add option resolving vmlinux path | Akihiro Nagai | 2012-01-30 | 4 | -3/+13 |
* | | perf script: Add the offset field specifier | Akihiro Nagai | 2012-01-30 | 6 | -15/+46 |
* | | perf script: Print branch_from and branch_to of BTS events | Akihiro Nagai | 2012-01-30 | 1 | -0/+42 |
* | | perf script: Unify the expressions indicating "unknown" | Akihiro Nagai | 2012-01-30 | 6 | -39/+42 |
* | | perf evsel: Fix spelling typo | Masanari Iida | 2012-01-30 | 1 | -1/+1 |
* | | Merge branch 'perf/fast' into perf/core | Ingo Molnar | 2012-01-27 | 1 | -2/+175 |
|\ \ |
|
| * | | perf tools: Add x86 RDPMC, RDTSC test | Peter Zijlstra | 2011-12-21 | 1 | -2/+175 |
* | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2012-01-26 | 37 | -47/+597 |
|\ \ \
| |_|/
|/| | |
|
| * | | perf tools: Fix strlen() bug in perf_event__synthesize_event_type() | Stephane Eranian | 2012-01-24 | 1 | -1/+1 |
| * | | perf probe: Usability fixes | Srikar Dronamraju | 2012-01-24 | 1 | -3/+3 |
| * | | perf tools: Fix broken build by defining _GNU_SOURCE in Makefile | David Daney | 2012-01-24 | 8 | -16/+3 |
| * | | perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}" | Jan Beulich | 2012-01-24 | 2 | -4/+18 |
| * | | perf bench: Also allow measuring memset() | Jan Beulich | 2012-01-24 | 8 | -2/+331 |
| * | | perf bench: Also allow measuring alternative memcpy implementations | Jan Beulich | 2012-01-24 | 2 | -0/+12 |
| * | | perf bench: Make "default" memcpy() selection actually use glibc's implementa... | Jan Beulich | 2012-01-24 | 1 | -1/+1 |
| * | | perf tools: Introduce per user view | Arnaldo Carvalho de Melo | 2012-01-24 | 18 | -22/+200 |
| * | | perf tools: Add fprintf methods for thread_map and cpu_map classes | Arnaldo Carvalho de Melo | 2012-01-24 | 4 | -0/+30 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-01-19 | 1 | -0/+2 |
|\ \ \ |
|
| * \ \ | Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ... | Len Brown | 2012-01-18 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | tools turbostat: recognize and run properly on IVB | Len Brown | 2011-11-18 | 1 | -0/+2 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2012-01-17 | 3 | -192/+581 |
|\ \ \ \ \ |
|
| * | | | | | ktest: Add INGORE_ERRORS to ignore warnings in boot up | Steven Rostedt | 2012-01-05 | 2 | -1/+11 |