aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-09-04perf tools: Avoid unnecessary work in directory lookupsUlrich Drepper
2009-09-04perf stat: Clean up statistics calculations a bit morePeter Zijlstra
2009-09-04perf stat: More advanced variance computationPeter Zijlstra
2009-09-04perf stat: Use stddev_mean in stead of stddevPeter Zijlstra
2009-09-04perf stat: Remove the limit on repeatPeter Zijlstra
2009-09-04perf stat: Change noise calculation to use stddevPeter Zijlstra
2009-09-03perf trace: Fix read_string()Ingo Molnar
2009-09-03perf trace: Print out in nanosecondsIngo Molnar
2009-09-03perf tools: Seek to the end of the header areaIngo Molnar
2009-09-03perf trace: Fix parsing of perf.dataIngo Molnar
2009-09-03perf trace: Sample timestamps as wellIngo Molnar
2009-09-02perf trace: Sample the CPU tooIngo Molnar
2009-09-02perf tools: Work around strict aliasing related warningsIngo Molnar
2009-09-02perf tools: Clean up warnings list in the MakefileIngo Molnar
2009-08-31perf tools: Complete support for dynamic stringsFrederic Weisbecker
2009-08-31perf tools: Unify swapper tasks namingFrederic Weisbecker
2009-08-31perf tools: Resolve idle thread cmdline for perf traceFrederic Weisbecker
2009-08-31perf tools: Librarize idle thread registrationFrederic Weisbecker
2009-08-31perf tools: Add missing parameters documentationFrederic Weisbecker
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar
2009-08-28perf tools: do not complain if root is owning perf.dataPierre Habouzit
2009-08-28perf tools: Fix missing string field printing in perf traceFrederic Weisbecker
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker
2009-08-26perf top: Show RIP only in verbose modeArnaldo Carvalho de Melo
2009-08-24Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar
2009-08-21perf trace: Add OPT_END to option array of perf-traceMasami Hiramatsu
2009-08-19perf tools: Check perf.data ownerPeter Zijlstra
2009-08-18perf tools: Make 'make html' workKyle McMartin
2009-08-18perf tools: Save partial non-overlapping mapFrederic Weisbecker
2009-08-18perf tools: Fix comm column adjustingFrederic Weisbecker
2009-08-18perf annotate: Fix segmentation faultIngo Molnar
2009-08-18perf tools: Remove obsolete definesIngo Molnar
2009-08-18perf tools: Make trace event format parser aware of cast to pointersFrederic Weisbecker
2009-08-18perf tools: Record events info also when :record suffix is used.Frederic Weisbecker
2009-08-18perf tools: Warn while running perf trace without sampleFrederic Weisbecker
2009-08-18perf tools: Fix spelling mistake in callchain errorFrederic Weisbecker
2009-08-17perf tools: Add perf traceFrederic Weisbecker
2009-08-17perf tools: Add trace event information parserSteven Rostedt
2009-08-17perf tools: Add trace event debugfs stream readerSteven Rostedt
2009-08-17perf tools: Add trace event debugfs IO handlerSteven Rostedt
2009-08-17perf: Rename perf-examples.txt to examples.txtCarlos R. Mafra
2009-08-16perf tools: Librarize trace_event() helperFrederic Weisbecker
2009-08-16perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker
2009-08-16perf tools: Put the show mode into the event headers filesFrederic Weisbecker
2009-08-16perf tools: Factorize the dprintf definitionFrederic Weisbecker
2009-08-16perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flagsFrederic Weisbecker
2009-08-16perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2Ingo Molnar
2009-08-16perf: Enable more compiler warningsIngo Molnar
2009-08-15perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar