aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-11-10perf bench: Modify bench/bench-messaging.c to adopt unified output formattingHitoshi Mitake
2009-11-10perf bench: Modify builtin-bench.c for processing common optionsHitoshi Mitake
2009-11-10perf bench: Add format constants to bench.h for unified output formattingHitoshi Mitake
2009-11-09perf tools: Fix syntax in documentationZeev Tarantov
2009-11-09perf bench: Fix bench/sched-pipe.c to wait for child processHitoshi Mitake
2009-11-08perf tools: Modify perf routines to use new debugfs routinesClark Williams
2009-11-08perf tools: Add debugfs utility routines for perfClark Williams
2009-11-08perf tools: Fix permission checksPekka Enberg
2009-11-08perf symbols: Use the buildids if presentArnaldo Carvalho de Melo
2009-11-08perf bench: Add subcommand 'bench' to the MakefileHitoshi Mitake
2009-11-08perf bench: Add new subcommand 'bench' to perf.cHitoshi Mitake
2009-11-08perf bench: Modify builtin.h for new prototypeHitoshi Mitake
2009-11-08perf bench: Add builtin-bench.c: General framework for benchmark suitesHitoshi Mitake
2009-11-08perf bench: Add sched-pipe.c: Benchmark for pipe() system callHitoshi Mitake
2009-11-08perf bench: Add sched-messaging.c: Benchmark for scheduler and IPC mechanisms...Hitoshi Mitake
2009-11-08perf bench: Add new directory and header for new subcommand 'bench'Hitoshi Mitake
2009-11-04perf/probes: Rename perf probe events group nameMasami Hiramatsu
2009-11-04perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu
2009-11-04perf/probes: Improve error messagesMasami Hiramatsu
2009-11-04perf/probes: Update Documentation/perf-probe.txtMasami Hiramatsu
2009-11-04perf symbols: Factor out buildid reading routineArnaldo Carvalho de Melo
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar
2009-11-03perf symbols: Initialize dso->loadedArnaldo Carvalho de Melo
2009-11-03perf: Clean up trivial style issues in builtin-help.cThiago Farina
2009-11-03perf probe: Annotate variable initializationArnaldo Carvalho de Melo
2009-11-02perf tools: Fix missing symtabs printoutsIngo Molnar
2009-11-02perf tools: Improve message about missing symtabs for deleted DSOsArnaldo Carvalho de Melo
2009-11-02perf tools: Simplify the symbol priv area mechanismArnaldo Carvalho de Melo
2009-11-02perf tools: Factor out the map initializationArnaldo Carvalho de Melo
2009-10-29perf/probes: Support function entry relative line numberMasami Hiramatsu
2009-10-29perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu
2009-10-29perf/probes: Improve command-line option of perf-probeMasami Hiramatsu
2009-10-29perf/probes: Exit searching after finding target functionMasami Hiramatsu
2009-10-29perf tools: Delay loading symtabs till we hit a map with itArnaldo Carvalho de Melo
2009-10-28perf_event: Add alignment-faults and emulation-faults software eventsAnton Blanchard
2009-10-27perf tools: Output 'perf list' to stdout not stderrMarti Raudsepp
2009-10-27perf tools: Notify user when unrecognized event is specifiedMarti Raudsepp
2009-10-27perf top: Support userspace symbols tooArnaldo Carvalho de Melo
2009-10-27perf tools: Generalize event synthesizing routinesArnaldo Carvalho de Melo
2009-10-27perf record: Fix race where process can disappear while reading its /proc/pid...Arnaldo Carvalho de Melo
2009-10-26perf tools, Alpha: Add Alpha support to perf.hMichael Cree
2009-10-26perf tools: Remove -Wcast-alignPaul Mundt
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp
2009-10-23perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar
2009-10-23perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo
2009-10-23perf tools: Drop asm/types.h wrapperFrederic Weisbecker
2009-10-23perf tools: Bind callchains to the first sort dimension columnFrederic Weisbecker
2009-10-23perf tools: Fix missing top level callchainFrederic Weisbecker
2009-10-21perf tools: Use strsep() over strtok_r() for parsing single lineSteven Rostedt