aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2010-12-16Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-12-09perf session: Remove unneeded dump_printf callsArnaldo Carvalho de Melo
2010-12-09perf session: Split out user event processingThomas Gleixner
2010-12-09perf session: Split out sample preprocessingThomas Gleixner
2010-12-09perf session: Move dump code to event delivery pathThomas Gleixner
2010-12-09perf session: Add file_offset to event delivery functionThomas Gleixner
2010-12-09perf session: Store file offset in sample_queueThomas Gleixner
2010-12-09perf session: Consolidate the dump codeThomas Gleixner
2010-12-09perf session: Dont queue events w/o timestampsThomas Gleixner
2010-12-09perf event: Prevent unbound event__name array accessThomas Gleixner
2010-12-09perf report: Allow user to specify path to kallsyms fileDavid Ahern
2010-12-06perf tools: Catch a few uncheck calloc/malloc'sChris Samuel
2010-12-06perf session: Sort all events if ordered_samples=trueThomas Gleixner
2010-12-06perf options: add OPT_CALLBACK_DEFAULT_NOOPTAkihiro Nagai
2010-12-06perf hist: Better displaying of unresolved DSOs and symbolsIan Munsie
2010-12-04perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo
2010-12-01Merge branch 'perf/rename' into perf/coreIngo Molnar
2010-11-30perf tools: fix event parsing of comma-separated tracepoint eventsCorey Ashford
2010-11-30perf debug: Simplify trace_eventArnaldo Carvalho de Melo
2010-11-30perf session: Allocate chunks of sample objectsThomas Gleixner
2010-11-30perf session: Cache sample objectsThomas Gleixner
2010-11-30perf session: Keep file mmaped instead of malloc/memcpyThomas Gleixner
2010-11-30perf session: Use sensible mmap sizeThomas Gleixner
2010-11-30perf session: Simplify termination checksThomas Gleixner
2010-11-30perf session: Move ui_progress_update in __perf_session__process_events()Thomas Gleixner
2010-11-30perf session: Cleanup __perf_session__process_events()Thomas Gleixner
2010-11-30perf session: Use appropriate pointer type instead of silly typecastingThomas Gleixner
2010-11-30perf session: Fix list sort algorithmThomas Gleixner
2010-11-30perf header: Don't assume there's no attr info if no sample ids is providedFranck Bui-Huu
2010-11-30perf symbols: Figure out start address of kernel map from kallsymsMing Lei
2010-11-30perf symbols: Fix kallsyms kernel/module map splittingArnaldo Carvalho de Melo
2010-11-27perf tools: Fix lost and unknown events handlingArnaldo Carvalho de Melo
2010-11-27perf symbols: Correct final kernel map guessesIan Munsie
2010-11-26perf events: Default to using event__process_lostArnaldo Carvalho de Melo
2010-11-26perf record: Add option to disable collecting build-idsArnaldo Carvalho de Melo
2010-11-26Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-11-26perf bench: Add feature that measures the performance of the arch/x86/lib/mem...Hitoshi Mitake
2010-11-23perf symbols: Remove incorrect open-coded container_of()Rabin Vincent
2010-11-19perf tools: Remove hardcoded include paths for elfutilsRobert Morell
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar
2010-11-10perf, ui: Eliminate stack-smashing protection compiler complaintCyrill Gorcunov
2010-10-26perf scripting: Shut up 'perf record' final statusArnaldo Carvalho de Melo
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo
2010-10-22perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo
2010-10-21perf probe: Add basic module supportMasami Hiramatsu
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu
2010-10-21perf probe: Function style fixMasami Hiramatsu
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu
2010-10-21perf probe: Support global variablesMasami Hiramatsu