summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf probe: Rename target_module to targetSrikar Dronamraju2012-02-022-19/+19
| * | | | perf tools: Remove distclean from Makefile help outputJohn Kacur2012-02-021-1/+0
| * | | | perf evlist: Make splice_list_tail method publicJiri Olsa2012-02-012-3/+8
| * | | | perf python: Use attr.watermark in twatch.pyArnaldo Carvalho de Melo2012-01-301-1/+1
| * | | | perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2012-01-308-8/+1
| * | | | perf lock: Document lock info subcommandNamhyung Kim2012-01-302-5/+19
| * | | | perf top: Fix number of samples displayedStephane Eranian2012-01-301-3/+10
| * | | | perf script: Add option resolving vmlinux pathAkihiro Nagai2012-01-304-3/+13
| * | | | perf script: Add the offset field specifierAkihiro Nagai2012-01-306-15/+46
| * | | | perf script: Print branch_from and branch_to of BTS eventsAkihiro Nagai2012-01-301-0/+42
| * | | | perf script: Unify the expressions indicating "unknown"Akihiro Nagai2012-01-306-39/+42
| * | | | perf evsel: Fix spelling typoMasanari Iida2012-01-301-1/+1
| * | | | Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-271-2/+175
| |\ \ \ \
| | * | | | perf tools: Add x86 RDPMC, RDTSC testPeter Zijlstra2011-12-211-2/+175
| * | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-01-2637-47/+597
| |\ \ \ \ \
| | * | | | | perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian2012-01-241-1/+1
| | * | | | | perf probe: Usability fixesSrikar Dronamraju2012-01-241-3/+3
| | * | | | | perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-248-16/+3
| | * | | | | perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich2012-01-242-4/+18
| | * | | | | perf bench: Also allow measuring memset()Jan Beulich2012-01-248-2/+331
| | * | | | | perf bench: Also allow measuring alternative memcpy implementationsJan Beulich2012-01-242-0/+12
| | * | | | | perf bench: Make "default" memcpy() selection actually use glibc's implementa...Jan Beulich2012-01-241-1/+1
| | * | | | | perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-2418-22/+200
| | * | | | | perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo2012-01-244-0/+30
* | | | | | | perf tools, x86: Build perf on older user-space as wellIngo Molnar2012-03-144-0/+10
* | | | | | | perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo2012-03-148-33/+35
* | | | | | | perf tools: Incorrect use of snprintf results in SEGVAnton Blanchard2012-03-141-0/+3
* | | | | | | perf record: Fix buffer overrun bug in tracepoint_id_to_path()Stephane Eranian2012-03-131-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-055-18/+42
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-03-034-15/+39
| * | | | | perf tools: Change perf_guest default back to falseJoerg Roedel2012-03-031-1/+1
| * | | | | perf record: No build id option failsDavid Ahern2012-03-031-2/+2
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-03-024-1/+22
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | perf probe: Ensure offset provided is not greater than function length withou...Prashanth Nageshappa2012-02-291-0/+6
| * | | | | perf tools: Ensure comm string is properly terminatedDavid Ahern2012-02-291-0/+1
| * | | | | perf probe: Ensure offset provided is not greater than function lengthPrashanth Nageshappa2012-02-291-1/+11
| * | | | | perf evlist: Return first evsel for non-sample event on old kernelNamhyung Kim2012-02-291-0/+4
| |/ / / /
* | | | | Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/...Linus Torvalds2012-02-271-3/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ktest: Fix make_min_config test when build failsSteven Rostedt2012-02-271-3/+5
* | | | | perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao2012-02-061-0/+1
* | | | | perf tools: Fix prefix matching for kernel mapsJiri Olsa2012-02-061-1/+1
* | | | | perf tools: Fix perf stack to non executable on x86_64Jiri Olsa2012-02-061-0/+6
* | | | | perf top: Fix number of samples displayedStephane Eranian2012-01-301-3/+10
* | | | | perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian2012-01-301-1/+1
* | | | | perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-308-16/+3
| |/ / / |/| | |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-181-0/+2
|\ \ \ \
| * \ \ \ Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown2012-01-181-0/+2
| |\ \ \ \
| | * | | | tools turbostat: recognize and run properly on IVBLen Brown2011-11-181-0/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2012-01-163-192/+581
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ktest: Add INGORE_ERRORS to ignore warnings in boot upSteven Rostedt2012-01-042-1/+11
OpenPOWER on IntegriCloud