aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp2-3/+13
2009-10-20perf timechart: Improve the visual appearance of scheduler delaysArjan van de Ven1-1/+1
2009-10-16perf tools: Bump version to 0.0.2Ingo Molnar1-1/+1
2009-10-12perf tools: Remove static debugfs path from parse-eventsAshwin Chaugule1-1/+4
2009-10-12perf tools: Fix const char type propagationRandy Dunlap1-4/+4
2009-10-06perf tools: elf_sym__is_function() should accept "zero" sized functionsArnaldo Carvalho de Melo1-2/+1
2009-10-06perf trace: Update eval_flag() flags array to match interrupt.hTom Zanussi1-4/+5
2009-10-01perf timechart: Add a power-only modeArjan van de Ven1-1/+13
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: Handle relative paths while loading module symbolsMike Galbraith1-30/+66
2009-09-23perf tools: Fix module symbol loading bugMike Galbraith1-4/+13
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar7-31/+31
2009-09-20perf util: SVG performance improvementsArjan van de Ven1-23/+55
2009-09-20perf util: Make the timechart SVG width dynamicArjan van de Ven2-12/+24
2009-09-20perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven2-5/+54
2009-09-20perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven2-8/+22
2009-09-19perf utils: Use a define for the maximum length of a trace eventArjan van de Ven1-7/+7
2009-09-19perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven1-11/+13
2009-09-19perf: Add a SVG helper library fileArjan van de Ven2-0/+407
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-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-16perf sched: Add 'perf sched map' scheduling event map printoutIngo Molnar2-1/+2
2009-09-16perf sched: Make idle thread and comm/pid names more consistentIngo Molnar1-1/+1
2009-09-16perf sched: Account for lost events, increase default bufferingIngo Molnar1-1/+1
2009-09-14perf tools: Implement counter output multiplexingIngo Molnar1-2/+4
2009-09-13perf sched: Implement the 'perf sched record' subcommandIngo Molnar1-1/+2
2009-09-13perf sched: Clean up PID sorting logicIngo Molnar1-4/+4
2009-09-13perf sched: Display time in milliseconds, reorganize outputIngo Molnar1-2/+4
2009-09-13perf sched: Fix bad event alignmentFrederic Weisbecker2-0/+26
2009-09-13perf tools: Allow the specification of all tracepoints at onceFrederic Weisbecker1-50/+154
2009-09-13perf sched: Import schedbench.cIngo Molnar2-8/+10
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar3-15/+36
2009-09-04perf tools: Avoid unnecessary work in directory lookupsUlrich Drepper1-31/+37
2009-09-03perf trace: Fix read_string()Ingo Molnar1-1/+4
2009-09-03perf trace: Print out in nanosecondsIngo Molnar1-2/+2
2009-09-03perf tools: Seek to the end of the header areaIngo Molnar1-1/+1
2009-09-02perf tools: Work around strict aliasing related warningsIngo Molnar2-7/+7
2009-08-31perf tools: Complete support for dynamic stringsFrederic Weisbecker2-2/+15
2009-08-31perf tools: Unify swapper tasks namingFrederic Weisbecker1-1/+1
2009-08-31perf tools: Librarize idle thread registrationFrederic Weisbecker2-0/+15
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar7-9/+4269
2009-08-28perf tools: Fix missing string field printing in perf traceFrederic Weisbecker1-0/+1
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker6-25/+118