aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Handle gracefully some stupid and buggy line syntaxesFranck Bui-Huu2010-12-211-32/+60
* perf probe: Don't always consider EOF as an error when listing source codeFranck Bui-Huu2010-12-211-12/+26
* perf probe: Fix line range description since a single file is allowedFranck Bui-Huu2010-12-211-5/+8
* perf probe: Clean up redundant tests in show_line_range()Franck Bui-Huu2010-12-211-11/+15
* perf probe: Rewrite show_one_line() to make it simplerFranck Bui-Huu2010-12-211-18/+11
* perf probe: Make -L display the absolute path of the dumped fileFranck Bui-Huu2010-12-211-1/+1
* perf probe: Cleanup messagesMasami Hiramatsu2010-12-212-34/+38
* perf symbols: Add symfs option for off-box analysis using specified treeDavid Ahern2010-12-213-19/+68
* perf session: Fallback to unordered processing if no sample_id_allIan Munsie2010-12-212-2/+14
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-12-162-9/+61
|\
| * 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/+11
* | 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-092-2/+8
* | perf tools: Catch a few uncheck calloc/malloc'sChris Samuel2010-12-061-0/+3
* | 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-046-93/+287
* | perf session: Parse sample earlierArnaldo Carvalho de Melo2010-12-047-80/+138
* | Merge branch 'perf/rename' into perf/coreIngo Molnar2010-12-012-5/+5
|\ \
| * | perf: Rename 'perf trace' to 'perf script'Ingo Molnar2010-11-162-5/+5
* | | perf tools: fix event parsing of comma-separated tracepoint eventsCorey Ashford2010-11-301-4/+8
* | | perf debug: Simplify trace_eventArnaldo Carvalho de Melo2010-11-301-28/+13
* | | 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/+11
* | | perf session: Use sensible mmap sizeThomas Gleixner2010-11-301-12/+29
* | | perf session: Simplify termination checksThomas Gleixner2010-11-301-9/+11
* | | perf session: Move ui_progress_update in __perf_session__process_events()Thomas Gleixner2010-11-301-1/+1
* | | perf session: Cleanup __perf_session__process_events()Thomas Gleixner2010-11-301-40/+37
* | | perf session: Use appropriate pointer type instead of silly typecastingThomas Gleixner2010-11-301-2/+2
* | | perf session: Fix list sort algorithmThomas Gleixner2010-11-302-68/+49
* | | perf tools: Fix lost and unknown events handlingArnaldo Carvalho de Melo2010-11-274-1/+46
* | | perf symbols: Correct final kernel map guessesIan Munsie2010-11-272-2/+2
* | | perf events: Default to using event__process_lostArnaldo Carvalho de Melo2010-11-261-1/+1
* | | perf record: Add option to disable collecting build-idsArnaldo Carvalho de Melo2010-11-263-2/+15
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-261-1/+3
|\ \ \ | | |/ | |/|
| * | perf symbols: Remove incorrect open-coded container_of()Rabin Vincent2010-11-231-1/+3
| |/
* | perf bench: Add feature that measures the performance of the arch/x86/lib/mem...Hitoshi Mitake2010-11-263-0/+33
* | perf tools: Remove hardcoded include paths for elfutilsRobert Morell2010-11-191-3/+3
|/