aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)Author
2009-12-10perf sched: Add max delay time snapshotFrederic Weisbecker
2009-12-09perf sched: Fix for getting task's execution timeXiao Guangrong
2009-12-07perf_event: Eliminate raw->sizeXiao Guangrong
2009-12-07perf_event: Fix raw event processingXiao Guangrong
2009-12-07perf/sched: Fix 'perf sched trace'Xiao Guangrong
2009-12-06perf: Make common SAMPLE_EVENT parserOGAWA Hirofumi
2009-11-27perf tools: Reorganize event processing routines, lotsa dups killedArnaldo Carvalho de Melo
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo
2009-11-24perf symbols: Simplify symbol machinery setupArnaldo Carvalho de Melo
2009-11-23perf symbols: Look for vmlinux in more placesArnaldo Carvalho de Melo
2009-11-02perf tools: Simplify the symbol priv area mechanismArnaldo Carvalho de Melo
2009-10-23perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo
2009-10-19perf tools: Use kernel bitmap libraryFrederic Weisbecker
2009-10-17perf tools: Move dereference after NULL testJulia Lawall
2009-10-15Merge branch 'linus' into perf/coreIngo Molnar
2009-10-13perf tools: Move threads & last_match to threads.cArnaldo Carvalho de Melo
2009-10-12perf sched: Add -C option to measure on a specific CPUMike Galbraith
2009-10-12perf tools: Fix const char type propagationRandy Dunlap
2009-10-08perf tools: Fix thread comm resolution in perf schedFrederic Weisbecker
2009-10-08perf tools: Improve thread comm resolution in perf schedFrederic Weisbecker
2009-10-08perf tools: Unify perf.data mapping and events handlingFrederic Weisbecker
2009-10-07perf tools: Merge trace.info content into perf.dataFrederic Weisbecker
2009-09-30perf sched: Remove dead codeArnaldo Carvalho de Melo
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-18perf sched: Add --input=file option to builtin-sched.cMike Galbraith
2009-09-17perf sched: Determine the number of CPUs automaticallyIngo Molnar
2009-09-16perf sched: Add 'perf sched map' scheduling event map printoutIngo Molnar
2009-09-16perf sched: Make idle thread and comm/pid names more consistentIngo Molnar
2009-09-16perf sched: Sanity check context switch eventsIngo Molnar
2009-09-16perf sched: Account for lost events, increase default bufferingIngo Molnar
2009-09-14perf sched: Add support for sched:sched_stat_runtime eventsmingo
2009-09-14perf sched: Print PIDs toomingo
2009-09-14perf sched: Fix 'perf sched latency' output on 32-bit systemsIngo Molnar
2009-09-14perf tools: Implement counter output multiplexingIngo Molnar
2009-09-14perf tools: Fix processing of randomly serialized sched tracesFrederic Weisbecker
2009-09-14perf tools: Add an option to multiplex counters in a single channelFrederic Weisbecker
2009-09-13perf sched: Add 'perf sched trace', improve documentationIngo Molnar
2009-09-13perf sched: Implement the 'perf sched record' subcommandIngo Molnar
2009-09-13perf sched: Clean up PID sorting logicIngo Molnar
2009-09-13perf sched: Finish latency => atom rename and misc cleanupsIngo Molnar
2009-09-13perf sched: Add 'perf sched latency' and 'perf sched replay'Ingo Molnar
2009-09-13perf sched: Implement multidimensional sortingFrederic Weisbecker
2009-09-13perf sched: Fix nsec to msec conversionFrederic Weisbecker
2009-09-13perf sched: Export the total, max latency and total runtime to thread atoms listFrederic Weisbecker
2009-09-13perf sched: Add involuntarily sleeping task in work atomsFrederic Weisbecker
2009-09-13perf sched: Rename struct lat_snapshot to struct work atomsFrederic Weisbecker
2009-09-13perf sched: Output runtime and context switch totalsIngo Molnar
2009-09-13perf sched: Add runtime statsIngo Molnar
2009-09-13perf sched: Display time in milliseconds, reorganize outputIngo Molnar
2009-09-13perf sched: Clean up latency and replay sub-commandsIngo Molnar