aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-31perf tools: Add missing parameters documentationFrederic Weisbecker2-0/+14
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar12-10/+4569
2009-08-28perf tools: do not complain if root is owning perf.dataPierre Habouzit2-4/+4
2009-08-28perf tools: Fix missing string field printing in perf traceFrederic Weisbecker1-0/+1
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker7-27/+120
2009-08-26perf top: Show RIP only in verbose modeArnaldo Carvalho de Melo1-5/+12
2009-08-24Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar4-1/+22
2009-08-21perf trace: Add OPT_END to option array of perf-traceMasami Hiramatsu1-0/+1
2009-08-19perf tools: Check perf.data ownerPeter Zijlstra2-0/+14
2009-08-18perf tools: Make 'make html' workKyle McMartin1-1/+1
2009-08-18perf tools: Save partial non-overlapping mapFrederic Weisbecker1-3/+22
2009-08-18perf tools: Fix comm column adjustingFrederic Weisbecker1-2/+23
2009-08-18perf annotate: Fix segmentation faultIngo Molnar1-0/+7
2009-08-18perf tools: Remove obsolete definesIngo Molnar1-4/+0
2009-08-18perf tools: Make trace event format parser aware of cast to pointersFrederic Weisbecker1-4/+27
2009-08-18perf tools: Record events info also when :record suffix is used.Frederic Weisbecker1-3/+11
2009-08-18perf tools: Warn while running perf trace without sampleFrederic Weisbecker1-0/+4
2009-08-18perf tools: Fix spelling mistake in callchain errorFrederic Weisbecker1-1/+1
2009-08-17perf tools: Add perf traceFrederic Weisbecker5-0/+287
2009-08-17perf tools: Add trace event information parserSteven Rostedt1-0/+2905
2009-08-17perf tools: Add trace event debugfs stream readerSteven Rostedt1-0/+508
2009-08-17perf tools: Add trace event debugfs IO handlerSteven Rostedt2-0/+729
2009-08-17perf: Rename perf-examples.txt to examples.txtCarlos R. Mafra1-0/+0
2009-08-16perf tools: Librarize trace_event() helperFrederic Weisbecker11-42/+76
2009-08-16perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker3-38/+45
2009-08-16perf tools: Put the show mode into the event headers filesFrederic Weisbecker3-8/+6
2009-08-16perf tools: Factorize the dprintf definitionFrederic Weisbecker4-51/+62
2009-08-16perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flagsFrederic Weisbecker1-1/+1
2009-08-16perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2Ingo Molnar1-1/+1
2009-08-16perf: Enable more compiler warningsIngo Molnar22-148/+194
2009-08-15perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker5-339/+202
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar8-71/+124
2009-08-15perf tools: Add some comments to the event definitionsPeter Zijlstra1-0/+6
2009-08-15perf record: Fix typo in pid_synthesize_comm_eventArnaldo Carvalho de Melo1-1/+1
2009-08-13perf report: Don't show unresolved DSOs and symbols when -S/-d is usedArnaldo Carvalho de Melo1-2/+3
2009-08-13perf tools: Add a general option to enable raw sample recordsFrederic Weisbecker1-0/+5
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker2-1/+11
2009-08-13perf list: Fix large list output by using the pagerArnaldo Carvalho de Melo1-1/+2
2009-08-12perf record: Add missing -C option support for specifying profile cpuJens Axboe1-3/+14
2009-08-12perf tools: Fix dso__new handle() to handle deleted DSOsArnaldo Carvalho de Melo1-0/+2
2009-08-12perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not availableArnaldo Carvalho de Melo3-26/+42
2009-08-12perf report: Show the tid too in -DArnaldo Carvalho de Melo1-3/+4
2009-08-12perf record: Fix .tid and .pid fill-in when synthesizing eventsArnaldo Carvalho de Melo1-33/+38
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker9-198/+137
2009-08-12perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker6-125/+56
2009-08-12perf tools: Factorize high level dso helpersFrederic Weisbecker12-199/+138
2009-08-11tracing: Add more namespace area to 'perf list' outputJason Baron1-4/+4
2009-08-10perf report: Add raw displaying of per-thread countersBrice Goglin3-3/+73
2009-08-09perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker1-2/+3
2009-08-09perf report: Fix and improve the displaying of per-thread event countersBrice Goglin5-0/+227