aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-08perf tools: Fix permission checksPekka Enberg2-2/+2
2009-10-26perf tools: Remove -Wcast-alignPaul Mundt1-2/+1
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp3-4/+18
2009-10-20perf timechart: Improve the visual appearance of scheduler delaysArjan van de Ven1-1/+1
2009-10-20perf timechart: Fix the wakeup-arrows that point to non-visible processesArjan van de Ven1-2/+26
2009-10-19perf top: Fix --delay_secs 0 division by zeroTim Blechmann1-0/+2
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 the NO_64BIT build on pure 64-bit systemsIngo Molnar1-7/+14
2009-10-12perf tools: Fix const char type propagationRandy Dunlap2-6/+6
2009-10-06perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra1-0/+3
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-06perf trace: Remove unused code in builtin-trace.cTom Zanussi1-6/+0
2009-10-04perf: Propagate term signal to childChris Wilson2-1/+13
2009-10-01perf tools: Run generate-cmdlist.sh properlyMulyadi Santosa1-1/+1
2009-10-01perf timechart: Add a power-only modeArjan van de Ven3-4/+23
2009-09-30perf top: Add poll_idle to the skip listArnaldo Carvalho de Melo1-0/+1
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