summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2011-08-30perf tools: do not look at ./config for configurationJonathan Nieder1-7/+0
2011-05-10perf symbols: allow forcing use of cplus_demangleKyle McMartin1-0/+3
2011-05-10perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo1-9/+20
2011-05-10perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo1-5/+6
2011-05-10perf: Use default compiler mode by defaultMichael S. Tsirkin1-15/+3
2011-05-10perf tools: Suggest static libraries as wellMichael S. Tsirkin1-2/+2
2011-05-10perf tools: Add V=2 option to help debug config issuesMichael S. Tsirkin1-8/+14
2011-05-10perf tools: Support static buildMichael S. Tsirkin1-8/+10
2011-05-10perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGSMichael Cree1-1/+4
2011-05-10perf tools: Add 'make DEBUG=1' to remove the -O6 cflagSteven Rostedt1-1/+8
2011-05-10perf tools: Display better error messages on missing packagesRandy Dunlap1-1/+5
2010-09-21perf: Initialize callchains roots's childen hitsFrederic Weisbecker1-0/+1
2010-08-02perf: Resurrect flat callchainsFrederic Weisbecker1-0/+3
2010-04-02perf: Make the install relative to DESTDIR if specifiedJohn Kacur2-2/+6
2010-01-25perf timechart: Use tid not pid for COMM changeArjan van de Ven1-1/+1
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-13perf 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