summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | perf session: Fallback to unordered processing if no sample_id_allIan Munsie2010-12-2114-15/+31
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-12-163-11/+65
|\| | |
| * | | perf record: Fix eternal wait for stillborn childArnaldo Carvalho de Melo2010-12-061-2/+4
| * | | perf header: Don't assume there's no attr info if no sample ids is providedFranck Bui-Huu2010-11-301-3/+8
| * | | perf symbols: Figure out start address of kernel map from kallsymsMing Lei2010-11-301-1/+42
| * | | perf symbols: Fix kallsyms kernel/module map splittingArnaldo Carvalho de Melo2010-11-301-5/+11
* | | | perf session: Remove unneeded dump_printf callsArnaldo Carvalho de Melo2010-12-091-12/+11Star
* | | | perf session: Split out user event processingThomas Gleixner2010-12-091-18/+24
* | | | perf session: Split out sample preprocessingThomas Gleixner2010-12-091-15/+25
* | | | perf session: Move dump code to event delivery pathThomas Gleixner2010-12-091-5/+5
* | | | perf session: Add file_offset to event delivery functionThomas Gleixner2010-12-091-4/+8
* | | | perf session: Store file offset in sample_queueThomas Gleixner2010-12-091-2/+5
* | | | perf session: Consolidate the dump codeThomas Gleixner2010-12-092-25/+40
* | | | perf session: Dont queue events w/o timestampsThomas Gleixner2010-12-091-1/+1
* | | | perf event: Prevent unbound event__name array accessThomas Gleixner2010-12-094-6/+19
* | | | perf report: Allow user to specify path to kallsyms fileDavid Ahern2010-12-094-2/+13
* | | | perf makefile: Allow strong and weak functions in LIB_OBJSIan Munsie2010-12-071-1/+1
* | | | perf tools: Catch a few uncheck calloc/malloc'sChris Samuel2010-12-065-0/+15
* | | | perf script: Fix compiler warning in builtin_script.c:is_top_script()Stephane Eranian2010-12-061-5/+5
* | | | perf session: Sort all events if ordered_samples=trueThomas Gleixner2010-12-061-53/+72
* | | | perf options: add OPT_CALLBACK_DEFAULT_NOOPTAkihiro Nagai2010-12-061-0/+4
* | | | perf hist: Better displaying of unresolved DSOs and symbolsIan Munsie2010-12-061-3/+3
* | | | perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo2010-12-059-100/+315
* | | | perf session: Parse sample earlierArnaldo Carvalho de Melo2010-12-0518-192/+236
* | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-12-0215-68/+324
|\ \ \ \
| * | | | perf stat: Add csv-style outputStephane Eranian2010-12-012-40/+109
| * | | | perf stat: Use --big-num format by defaultArnaldo Carvalho de Melo2010-12-011-1/+1
| * | | | perf stat: Document missing optionsShawn Bohrer2010-12-011-7/+27
| * | | | perf test: Fix spelling mistake in documentationShawn Bohrer2010-12-011-1/+1
| * | | | perf trace: Document missing optionsShawn Bohrer2010-12-011-0/+7
| * | | | perf top: Document missing optionsShawn Bohrer2010-12-011-4/+24
| * | | | perf sched: Document missing optionsShawn Bohrer2010-12-011-2/+16
| * | | | perf report: Document missing optionsShawn Bohrer2010-12-011-4/+45
| * | | | perf record: Document missing optionsShawn Bohrer2010-12-011-4/+13
| * | | | perf probe: Fix spelling mistake in documentationShawn Bohrer2010-12-011-1/+1
| * | | | perf lock: Document missing optionsShawn Bohrer2010-12-011-0/+15
| * | | | perf kvm: Document missing optionsShawn Bohrer2010-12-011-1/+7
| * | | | perf diff: Document missing optionsShawn Bohrer2010-12-011-1/+18
| * | | | perf diff: Fix displacement and modules options short flagShawn Bohrer2010-12-011-1/+1
| * | | | perf buildid-list: Document missing optionsShawn Bohrer2010-12-011-0/+3
| * | | | perf annotate: Document missing options.Shawn Bohrer2010-12-011-1/+36
* | | | | Merge branch 'perf/rename' into perf/coreIngo Molnar2010-12-0113-121/+121
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | perf: Rename 'perf trace' to 'perf script'Ingo Molnar2010-11-1612-120/+120
| | |/ / | |/| |
* | | | perf tools: fix event parsing of comma-separated tracepoint eventsCorey Ashford2010-12-011-4/+8
* | | | perf packaging: add memcpy to perf MANIFESTDon Zickus2010-12-011-0/+1
* | | | perf debug: Simplify trace_eventArnaldo Carvalho de Melo2010-11-301-28/+13Star
* | | | perf session: Allocate chunks of sample objectsThomas Gleixner2010-11-302-5/+19
* | | | perf session: Cache sample objectsThomas Gleixner2010-11-302-4/+27
* | | | perf session: Keep file mmaped instead of malloc/memcpyThomas Gleixner2010-11-301-16/+11Star
* | | | perf session: Use sensible mmap sizeThomas Gleixner2010-11-301-12/+29