summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2009-10-0611-18/+47
|\
| * perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra2009-10-061-0/+3
| * perf tools: elf_sym__is_function() should accept "zero" sized functionsArnaldo Carvalho de Melo2009-10-061-2/+1Star
| * perf trace: Update eval_flag() flags array to match interrupt.hTom Zanussi2009-10-061-4/+5
| * perf trace: Remove unused code in builtin-trace.cTom Zanussi2009-10-061-6/+0Star
| * perf: Propagate term signal to childChris Wilson2009-10-042-1/+13
| * perf tools: Run generate-cmdlist.sh properlyMulyadi Santosa2009-10-011-1/+1
| * perf timechart: Add a power-only modeArjan van de Ven2009-10-013-4/+23
| * perf top: Add poll_idle to the skip listArnaldo Carvalho de Melo2009-09-301-0/+1
* | perf report: Use kernel_maps__find_symbol as fallback to find vdsos, etcArnaldo Carvalho de Melo2009-10-051-5/+2Star
* | perf tools: /proc/modules names don't always match its nameArnaldo Carvalho de Melo2009-10-053-1/+14
* | perf tools: Create maps for modules when processing kallsymsArnaldo Carvalho de Melo2009-10-052-41/+122
* | perf top: Keep the default of asking for kernel module symbolsArnaldo Carvalho de Melo2009-10-051-3/+1Star
* | perf tools: Remove show_mask bitmaskArnaldo Carvalho de Melo2009-10-044-39/+18Star
* | perf tools: Move hist_entry__add common code to hist.cArnaldo Carvalho de Melo2009-10-034-88/+74Star
* | perf tools: Rewrite and improve support for kernel modulesArnaldo Carvalho de Melo2009-10-0213-929/+453Star
* | perf top: Remove dead {min,max}_ip unused variablesArnaldo Carvalho de Melo2009-10-011-13/+0Star
* | perf trace: Remove dead codeArnaldo Carvalho de Melo2009-09-301-28/+0Star
* | perf sched: Remove dead codeArnaldo Carvalho de Melo2009-09-301-30/+4Star
* | perf tools: Use rb_tree for mapsArnaldo Carvalho de Melo2009-09-304-51/+95
* | perf tools: Put common histogram functions in their own fileJohn Kacur2009-09-305-313/+216Star
* | perf tools: Create util/sort.and use itJohn Kacur2009-09-245-508/+373Star
* | perf tools: Protect header files with a consistent styleJohn Kacur2009-09-2424-62/+72
* | perf annotate: Add the cmp_null function and make use of itJohn Kacur2009-09-241-16/+14Star
|/
* perf tools: Dont use openat()Eric Dumazet2009-09-241-29/+20Star
* perf tools: Fix buffer allocationEric Dumazet2009-09-241-1/+1
* perf tools: .gitignore += perf*.htmlKirill Smelkov2009-09-241-0/+1
* perf tools: Handle relative paths while loading module symbolsMike Galbraith2009-09-241-30/+66
* perf tools: Fix module symbol loading bugMike Galbraith2009-09-231-4/+13
* perf stat: Fix zero total printoutsIngo Molnar2009-09-221-4/+14
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-2118-155/+155
* perf util: SVG performance improvementsArjan van de Ven2009-09-201-23/+55
* perf util: Make the timechart SVG width dynamicArjan van de Ven2009-09-204-14/+31
* perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven2009-09-203-8/+57
* perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven2009-09-203-11/+30
* perf utils: Use a define for the maximum length of a trace eventArjan van de Ven2009-09-191-7/+7
* perf: Add timechart help text and add timechart to "perf help"Arjan van de Ven2009-09-192-0/+36
* perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven2009-09-191-11/+13
* perf timechart: Add "perf timechart record"Arjan van de Ven2009-09-191-8/+39
* perf: Add the timechart toolArjan van de Ven2009-09-194-0/+1129
* perf: Add a SVG helper library fileArjan van de Ven2009-09-193-0/+408
* perf: Add a sample_event type to the event_unionArjan van de Ven2009-09-191-0/+7
* perf: Allow perf utilities to have "callback" options without argumentsArjan van de Ven2009-09-191-0/+2
* perf: Store trace event name/id pairs in perf.dataArjan van de Ven2009-09-193-0/+90
* perf: Add a timestamp to fork eventsArjan van de Ven2009-09-191-0/+1
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-09-191-0/+6
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-1243-1351/+6051
| |\
| * | sparc: add basic support for 'perf'Jens Axboe2009-09-041-0/+6
* | | perf sched: Add --input=file option to builtin-sched.cMike Galbraith2009-09-181-1/+3
* | | perf trace: Sample timestamp and cpu when using record flagLi Zefan2009-09-181-1/+4