aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf trace: Add filter SuppportLi Zefan2009-10-152-2/+26
* perf tools: Remove all char * typecasts and use const in prototypeSteven Rostedt2009-10-151-61/+61
* perf tools: Handle - and + in parsing trace print formatSteven Rostedt2009-10-151-0/+6
* perf tools: Add latency format to trace outputSteven Rostedt2009-10-152-19/+112
* perf tools: Handle both versions of ftrace outputSteven Rostedt2009-10-151-1/+4
* perf tools: Fix bprintk reading in trace outputSteven Rostedt2009-10-151-8/+7
* perf tools: Still continue on failed parsing of an eventSteven Rostedt2009-10-152-17/+35
* perf tools: Handle the case with and without the "signed" trace fieldSteven Rostedt2009-10-151-29/+52
* perf tools: Handle newlines in trace parsing betterSteven Rostedt2009-10-151-1/+7
* perf tools: Handle * as typecast in trace parsingSteven Rostedt2009-10-151-28/+22
* perf tools: Handle arrays in print fields for trace parsingSteven Rostedt2009-10-151-0/+62
* perf tools: Handle trace parsing of < and >Steven Rostedt2009-10-151-0/+2
* perf tools: Fix backslash processing on trace print formatsSteven Rostedt2009-10-151-2/+25
* perf tools: Handle print concatenations in event format fileSteven Rostedt2009-10-151-0/+16
* Merge branch 'linus' into perf/coreIngo Molnar2009-10-152-5/+8
|\
| * perf tools: Remove static debugfs path from parse-eventsAshwin Chaugule2009-10-121-1/+4
| * perf tools: Fix const char type propagationRandy Dunlap2009-10-121-4/+4
* | perf tools: Move threads & last_match to threads.cArnaldo Carvalho de Melo2009-10-132-18/+17
* | perf tools: Do not manually count string lengthsVincent Legoll2009-10-131-0/+5
* | perf tools: Provide backward compatibility with previous perf.data versionFrederic Weisbecker2009-10-081-1/+7
* | perf tools: Fix thread comm resolution in perf schedFrederic Weisbecker2009-10-082-28/+7
* | perf tools: Improve kernel/modules symbol lookupArnaldo Carvalho de Melo2009-10-081-87/+201
* | perf tools: Up the verbose level for some really verbose stuffArnaldo Carvalho de Melo2009-10-081-2/+2
* | perf tools: Improve thread comm resolution in perf schedFrederic Weisbecker2009-10-082-7/+28
* | perf tools: Unify perf.data mapping and events handlingFrederic Weisbecker2009-10-082-0/+253
* | perf tools: Merge trace.info content into perf.dataFrederic Weisbecker2009-10-075-12/+51
* | perf trace: Add string/dynamic cases to format_flagsTom Zanussi2009-10-062-0/+26
* | perf trace: Add subsystem string to struct eventTom Zanussi2009-10-062-2/+5
* | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-062-0/+25
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2009-10-063-7/+19
|\ \ | |/
| * perf tools: elf_sym__is_function() should accept "zero" sized functionsArnaldo Carvalho de Melo2009-10-061-2/+1
| * perf trace: Update eval_flag() flags array to match interrupt.hTom Zanussi2009-10-061-4/+5
| * perf timechart: Add a power-only modeArjan van de Ven2009-10-011-1/+13
* | perf tools: /proc/modules names don't always match its nameArnaldo Carvalho de Melo2009-10-053-1/+14
* | perf tools: Create maps for modules when processing kallsymsArnaldo Carvalho de Melo2009-10-052-41/+122
* | perf tools: Remove show_mask bitmaskArnaldo Carvalho de Melo2009-10-041-6/+0
* | perf tools: Move hist_entry__add common code to hist.cArnaldo Carvalho de Melo2009-10-032-0/+49
* | perf tools: Rewrite and improve support for kernel modulesArnaldo Carvalho de Melo2009-10-029-792/+362
* | perf tools: Use rb_tree for mapsArnaldo Carvalho de Melo2009-09-303-51/+94
* | perf tools: Put common histogram functions in their own fileJohn Kacur2009-09-302-0/+211
* | perf tools: Create util/sort.and use itJohn Kacur2009-09-242-0/+361
* | perf tools: Protect header files with a consistent styleJohn Kacur2009-09-2424-62/+72
|/
* perf tools: Dont use openat()Eric Dumazet2009-09-241-29/+20
* perf tools: Fix buffer allocationEric Dumazet2009-09-241-1/+1
* perf tools: Handle relative paths while loading module symbolsMike Galbraith2009-09-241-30/+66
* perf tools: Fix module symbol loading bugMike Galbraith2009-09-231-4/+13
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-217-31/+31
* perf util: SVG performance improvementsArjan van de Ven2009-09-201-23/+55
* perf util: Make the timechart SVG width dynamicArjan van de Ven2009-09-202-12/+24
* perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven2009-09-202-5/+54