aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-05-09perf symbols: allow forcing use of cplus_demangleKyle McMartin
2011-05-09perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo
2011-05-09perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo
2011-05-09perf: Use default compiler mode by defaultMichael S. Tsirkin
2011-05-09perf tools: Suggest static libraries as wellMichael S. Tsirkin
2011-05-09perf tools: Add V=2 option to help debug config issuesMichael S. Tsirkin
2011-05-09perf tools: Support static buildMichael S. Tsirkin
2011-05-09perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGSMichael Cree
2011-05-09perf tools: Add 'make DEBUG=1' to remove the -O6 cflagSteven Rostedt
2011-05-09perf tools: Display better error messages on missing packagesRandy Dunlap
2010-09-20perf: Initialize callchains roots's childen hitsFrederic Weisbecker
2010-08-02perf: Resurrect flat callchainsFrederic Weisbecker
2010-04-01perf: Make the install relative to DESTDIR if specifiedJohn Kacur
2010-01-25perf timechart: Use tid not pid for COMM changeArjan van de Ven
2009-11-08perf tools: Fix permission checksPekka Enberg
2009-10-26perf tools: Remove -Wcast-alignPaul Mundt
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp
2009-10-20perf timechart: Improve the visual appearance of scheduler delaysArjan van de Ven
2009-10-20perf timechart: Fix the wakeup-arrows that point to non-visible processesArjan van de Ven
2009-10-19perf top: Fix --delay_secs 0 division by zeroTim Blechmann
2009-10-16perf tools: Bump version to 0.0.2Ingo Molnar
2009-10-12perf tools: Remove static debugfs path from parse-eventsAshwin Chaugule
2009-10-12perf tools: Fix the NO_64BIT build on pure 64-bit systemsIngo Molnar
2009-10-12perf tools: Fix const char type propagationRandy Dunlap
2009-10-06perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra
2009-10-06perf tools: elf_sym__is_function() should accept "zero" sized functionsArnaldo Carvalho de Melo
2009-10-06perf trace: Update eval_flag() flags array to match interrupt.hTom Zanussi
2009-10-06perf trace: Remove unused code in builtin-trace.cTom Zanussi
2009-10-04perf: Propagate term signal to childChris Wilson
2009-10-01perf tools: Run generate-cmdlist.sh properlyMulyadi Santosa
2009-10-01perf timechart: Add a power-only modeArjan van de Ven
2009-09-30perf top: Add poll_idle to the skip listArnaldo Carvalho de Melo
2009-09-24perf tools: Dont use openat()Eric Dumazet
2009-09-24perf tools: Fix buffer allocationEric Dumazet
2009-09-24perf tools: .gitignore += perf*.htmlKirill Smelkov
2009-09-24perf tools: Handle relative paths while loading module symbolsMike Galbraith
2009-09-23perf tools: Fix module symbol loading bugMike Galbraith
2009-09-22perf stat: Fix zero total printoutsIngo Molnar
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-20perf util: SVG performance improvementsArjan van de Ven
2009-09-20perf util: Make the timechart SVG width dynamicArjan van de Ven
2009-09-20perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven
2009-09-20perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven
2009-09-19perf utils: Use a define for the maximum length of a trace eventArjan van de Ven
2009-09-19perf: Add timechart help text and add timechart to "perf help"Arjan van de Ven
2009-09-19perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven
2009-09-19perf timechart: Add "perf timechart record"Arjan van de Ven
2009-09-19perf: Add the timechart toolArjan van de Ven
2009-09-19perf: Add a SVG helper library fileArjan van de Ven
2009-09-19perf: Add a sample_event type to the event_unionArjan van de Ven