aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24perf tools: Dont use openat()Eric Dumazet1-29/+20
2009-09-24perf tools: Fix buffer allocationEric Dumazet1-1/+1
2009-09-24perf tools: .gitignore += perf*.htmlKirill Smelkov1-0/+1
2009-09-24perf tools: Handle relative paths while loading module symbolsMike Galbraith1-30/+66
2009-09-23perf tools: Fix module symbol loading bugMike Galbraith1-4/+13
2009-09-22perf stat: Fix zero total printoutsIngo Molnar1-4/+14
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar18-155/+155
2009-09-20perf util: SVG performance improvementsArjan van de Ven1-23/+55
2009-09-20perf util: Make the timechart SVG width dynamicArjan van de Ven4-14/+31
2009-09-20perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven3-8/+57
2009-09-20perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven3-11/+30
2009-09-19perf utils: Use a define for the maximum length of a trace eventArjan van de Ven1-7/+7
2009-09-19perf: Add timechart help text and add timechart to "perf help"Arjan van de Ven2-0/+36
2009-09-19perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven1-11/+13
2009-09-19perf timechart: Add "perf timechart record"Arjan van de Ven1-8/+39
2009-09-19perf: Add the timechart toolArjan van de Ven4-0/+1129
2009-09-19perf: Add a SVG helper library fileArjan van de Ven3-0/+408
2009-09-19perf: Add a sample_event type to the event_unionArjan van de Ven1-0/+7
2009-09-19perf: Allow perf utilities to have "callback" options without argumentsArjan van de Ven1-0/+2
2009-09-19perf: Store trace event name/id pairs in perf.dataArjan van de Ven3-0/+90
2009-09-19perf: Add a timestamp to fork eventsArjan van de Ven1-0/+1
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+6
2009-09-18perf sched: Add --input=file option to builtin-sched.cMike Galbraith1-1/+3
2009-09-18perf trace: Sample timestamp and cpu when using record flagLi Zefan1-1/+4
2009-09-18perf tools: Increase MAX_EVENT_LENGTHLi Zefan1-1/+1
2009-09-18perf tools: Fix memory leak in read_ftrace_printk()Li Zefan1-3/+4
2009-09-17perf sched: Determine the number of CPUs automaticallyIngo Molnar1-1/+3
2009-09-17perf record: Disable profiling before draining the bufferPeter Zijlstra1-1/+12
2009-09-16perf sched: Add 'perf sched map' scheduling event map printoutIngo Molnar3-101/+214
2009-09-16perf sched: Make idle thread and comm/pid names more consistentIngo Molnar2-3/+3
2009-09-16perf sched: Sanity check context switch eventsIngo Molnar1-1/+26
2009-09-16perf sched: Account for lost events, increase default bufferingIngo Molnar2-20/+42
2009-09-14perf sched: Add support for sched:sched_stat_runtime eventsmingo1-91/+173
2009-09-14perf sched: Print PIDs toomingo1-8/+8
2009-09-14perf sched: Fix 'perf sched latency' output on 32-bit systemsIngo Molnar1-1/+1
2009-09-14perf tools: Implement counter output multiplexingIngo Molnar3-22/+52
2009-09-14perf tools: Fix processing of randomly serialized sched tracesFrederic Weisbecker1-1/+7
2009-09-14perf tools: Add an option to multiplex counters in a single channelFrederic Weisbecker2-0/+8
2009-09-13perf sched: Add 'perf sched trace', improve documentationIngo Molnar2-4/+25
2009-09-13perf sched: Implement the 'perf sched record' subcommandIngo Molnar2-3/+39
2009-09-13perf sched: Clean up PID sorting logicIngo Molnar2-45/+51
2009-09-13perf sched: Finish latency => atom rename and misc cleanupsIngo Molnar1-215/+184
2009-09-13perf sched: Add 'perf sched latency' and 'perf sched replay'Ingo Molnar1-32/+58
2009-09-13perf sched: Implement multidimensional sortingFrederic Weisbecker1-10/+196
2009-09-13perf sched: Fix nsec to msec conversionFrederic Weisbecker1-4/+4
2009-09-13perf sched: Export the total, max latency and total runtime to thread atoms listFrederic Weisbecker1-26/+22
2009-09-13perf sched: Add involuntarily sleeping task in work atomsFrederic Weisbecker1-6/+13
2009-09-13perf sched: Rename struct lat_snapshot to struct work atomsFrederic Weisbecker1-56/+56
2009-09-13perf sched: Output runtime and context switch totalsIngo Molnar1-1/+10
2009-09-13perf sched: Add runtime statsIngo Molnar1-20/+38