aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2009-08-16perf tools: Librarize trace_event() helperGravatar Frederic Weisbecker 11-42/+76
2009-08-16perf tools: Librarize sample type and attr finding from headersGravatar Frederic Weisbecker 3-38/+45
2009-08-16perf tools: Put the show mode into the event headers filesGravatar Frederic Weisbecker 3-8/+6
2009-08-16perf tools: Factorize the dprintf definitionGravatar Frederic Weisbecker 4-51/+62
2009-08-16perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flagsGravatar Frederic Weisbecker 1-1/+1
2009-08-16perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2Gravatar Ingo Molnar 1-1/+1
2009-08-16perf: Enable more compiler warningsGravatar Ingo Molnar 22-148/+194
2009-08-15perf tools: Factorize the thread code in a dedicated fileGravatar Frederic Weisbecker 5-339/+202
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreGravatar Ingo Molnar 8-71/+124
2009-08-15perf tools: Add some comments to the event definitionsGravatar Peter Zijlstra 1-0/+6
2009-08-15perf record: Fix typo in pid_synthesize_comm_eventGravatar Arnaldo Carvalho de Melo 1-1/+1
2009-08-13perf report: Don't show unresolved DSOs and symbols when -S/-d is usedGravatar Arnaldo Carvalho de Melo 1-2/+3
2009-08-13perf tools: Add a general option to enable raw sample recordsGravatar Frederic Weisbecker 1-0/+5
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleGravatar Frederic Weisbecker 2-1/+11
2009-08-13perf list: Fix large list output by using the pagerGravatar Arnaldo Carvalho de Melo 1-1/+2
2009-08-12perf record: Add missing -C option support for specifying profile cpuGravatar Jens Axboe 1-3/+14
2009-08-12perf tools: Fix dso__new handle() to handle deleted DSOsGravatar Arnaldo Carvalho de Melo 1-0/+2
2009-08-12perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Gravatar Arnaldo Carvalho de Melo 3-26/+42
2009-08-12perf report: Show the tid too in -DGravatar Arnaldo Carvalho de Melo 1-3/+4
2009-08-12perf record: Fix .tid and .pid fill-in when synthesizing eventsGravatar Arnaldo Carvalho de Melo 1-33/+38
2009-08-12perf tools: Factorize the map helpersGravatar Frederic Weisbecker 9-198/+137
2009-08-12perf tools: Factorize the event structure definitions in a single fileGravatar Frederic Weisbecker 6-125/+56
2009-08-12perf tools: Factorize high level dso helpersGravatar Frederic Weisbecker 12-199/+138
2009-08-10perf report: Add raw displaying of per-thread countersGravatar Brice Goglin 3-3/+73
2009-08-09perf tools: callchain: Fix bad rounding of minimum rateGravatar Frederic Weisbecker 1-2/+3
2009-08-09perf report: Fix and improve the displaying of per-thread event countersGravatar Brice Goglin 5-0/+227
2009-08-09perf_counter tools: Fix libbfd detection for systems with libz dependencyGravatar Mike Galbraith 1-0/+4
2009-08-09perf: "Longum est iter per praecepta, breve et efficax per exempla"Gravatar Carlos R. Mafra 1-0/+225
2009-08-09perf tools: callchain: Fix sum of percentages to be 100% by displaying amount...Gravatar Frederic Weisbecker 1-3/+44
2009-08-09perf tools: callchain: Fix 'perf report' display to be callchain by defaultGravatar Frederic Weisbecker 2-1/+16
2009-08-09perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Gravatar Frederic Weisbecker 1-0/+2
2009-08-09perf record: Fix the -A UI for empty or non-existent perf.dataGravatar Pierre Habouzit 1-4/+8
2009-08-09perf util: Fix do_read() to fail on EOF instead of busy-loopingGravatar Pierre Habouzit 1-0/+2
2009-08-09perf list: Fix the output to not include tracepoints without an idGravatar Peter Zijlstra 1-1/+17
2009-08-09perf stat: Fix tool option consistency: rename -S/--scale to -c/--scaleGravatar Brice Goglin 2-2/+2
2009-08-09perf report: Add debug help for the finding of symbol bugs - show the symtab ...Gravatar Arnaldo Carvalho de Melo 3-12/+50
2009-08-09perf report: Fix per task mult-counter stat reportingGravatar Peter Zijlstra 3-5/+35
2009-08-09perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...Gravatar Peter Zijlstra 1-1/+2
2009-08-09perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Gravatar Frederic Weisbecker 3-14/+24
2009-08-09perf top: Update man pageGravatar Mike Galbraith 1-13/+99
2009-08-09perf top: Improve interactive key handlingGravatar Mike Galbraith 1-35/+73
2009-08-09perf_counter tools: Allow perf top top users to switch between weighted and i...Gravatar Mike Galbraith 1-7/+17
2009-08-09perf_counter tools: Fix/resurrect perf top annotation in a simple interactive...Gravatar Mike Galbraith 1-40/+456
2009-08-09perf_counter: Fix/complete ftrace event records samplingGravatar Frederic Weisbecker 1-0/+1
2009-08-06perf: Auto-detect libelfGravatar Peter Zijlstra 1-4/+11
2009-08-06perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkGravatar Arnaldo Carvalho de Melo 1-3/+73
2009-08-05perf report: Add missing command line options to man pageGravatar Arnaldo Carvalho de Melo 1-3/+57
2009-08-05perf: Auto-detect libbfdGravatar Peter Zijlstra 2-1/+26
2009-08-05perf report: Make --sort comm,dso,symbol the defaultGravatar Pekka Enberg 1-2/+2
2009-08-04perf: Fix read buffer overflowGravatar Roel Kluin 2-2/+2