aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-12perf tools: Fix const char type propagationRandy Dunlap1-2/+2
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-10/+10
2009-09-18perf sched: Add --input=file option to builtin-sched.cMike Galbraith1-1/+3
2009-09-17perf sched: Determine the number of CPUs automaticallyIngo Molnar1-1/+3
2009-09-16perf sched: Add 'perf sched map' scheduling event map printoutIngo Molnar1-100/+212
2009-09-16perf sched: Make idle thread and comm/pid names more consistentIngo Molnar1-2/+2
2009-09-16perf sched: Sanity check context switch eventsIngo Molnar1-1/+26
2009-09-16perf sched: Account for lost events, increase default bufferingIngo Molnar1-19/+41
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 Molnar1-3/+22
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 Weisbecker1-0/+2
2009-09-13perf sched: Add 'perf sched trace', improve documentationIngo Molnar1-1/+6
2009-09-13perf sched: Implement the 'perf sched record' subcommandIngo Molnar1-2/+37
2009-09-13perf sched: Clean up PID sorting logicIngo Molnar1-41/+47
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
2009-09-13perf sched: Display time in milliseconds, reorganize outputIngo Molnar1-8/+9
2009-09-13perf sched: Clean up latency and replay sub-commandsIngo Molnar1-50/+49
2009-09-13perf sched: Add sched latency profilingFrederic Weisbecker1-11/+285
2009-09-13perf sched: Make it easier to plug in new sub profilersFrederic Weisbecker1-78/+165
2009-09-13perf sched: Fix bad event alignmentFrederic Weisbecker1-25/+76
2009-09-13perf sched: Tighten up the codeIngo Molnar1-189/+47
2009-09-13perf sched: Implement the scheduling workload replay engineIngo Molnar1-18/+134
2009-09-13perf sched: Import schedbench.cIngo Molnar1-25/+817
2009-09-13perf: Add 'perf sched' toolIngo Molnar1-0/+297