aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-01-20perf kmem: Print usage help for unknown commandsPekka Enberg
2010-01-20perf kmem: Increase "Hit" column lengthPekka Enberg
2010-01-17perf timechart: Use tid not pid for COMM changeArjan van de Ven
2010-01-13perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo
2010-01-13perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo
2009-12-28perf kmem: Fix statistics typoWenji Huang
2009-12-28perf: Rename perf_event_hw_event in design documentTim Blechmann
2009-12-28perf tools: Add missing header files to LIB_H Makefile variableArnaldo Carvalho de Melo
2009-12-28perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo
2009-12-18perf diff: Fix usage array, it must end with a NULL entryArnaldo Carvalho de Melo
2009-12-18perf session: Make events_stats u64 to avoid overflow on 32-bit archesArnaldo Carvalho de Melo
2009-12-17perf probe: Check new event nameMasami Hiramatsu
2009-12-17perf probe: Check whether debugfs path is correctMasami Hiramatsu
2009-12-17perf probe: Fix libdwarf include path for DebianMasami Hiramatsu
2009-12-16perf record: Use per-task-per-cpu events for inherited eventsPeter Zijlstra
2009-12-16perf record: Properly synchronize child creationPeter Zijlstra
2009-12-16perf diff: Percent calcs should use double valuesArnaldo Carvalho de Melo
2009-12-16perf diff: Change the default sort order to "dso,symbol"Arnaldo Carvalho de Melo
2009-12-16perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo
2009-12-16perf report: Fix cut'n'paste error recently introducedArnaldo Carvalho de Melo
2009-12-16perf session: Move perf report specific hits out of perf_session__fprintf_histsArnaldo Carvalho de Melo
2009-12-16perf tools: Move hist entries printing routines from perf reportArnaldo Carvalho de Melo
2009-12-16perf report: Generalize perf_session__fprintf_hists()Arnaldo Carvalho de Melo
2009-12-16perf symbols: Move symbol filtering to event__preprocess_sample()Arnaldo Carvalho de Melo
2009-12-16perf symbols: Adopt the strlists for dso, commArnaldo Carvalho de Melo
2009-12-16perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu
2009-12-15perf probe: Check symbols in symtab/kallsymsMasami Hiramatsu
2009-12-15perf probe: Check build-id of vmlinuxMasami Hiramatsu
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu
2009-12-15perf probe: Add glob matching support on --delMasami Hiramatsu
2009-12-15perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu
2009-12-15perf tools: Add for_each macros for strlistMasami Hiramatsu
2009-12-15perf probe: Fix --del to update current event listMasami Hiramatsu
2009-12-15perf probe: Fix --del to show info instead of warningMasami Hiramatsu
2009-12-15perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu
2009-12-15perf probe: Check hyphen only argumentMasami Hiramatsu
2009-12-15perf probe: Check the result of e_snprintf()Masami Hiramatsu
2009-12-15perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu
2009-12-15perf diff: Fix documentationArnaldo Carvalho de Melo
2009-12-15perf diff: Improve the help textIngo Molnar
2009-12-15perf trace/scripting: Update DocumentationTom Zanussi
2009-12-15perf trace/scripting: Add 'record' and 'report' optionsTom Zanussi
2009-12-15perf trace/scripting: List available scriptsTom Zanussi
2009-12-15perf trace/scripting: Check return val of perl_run()Tom Zanussi
2009-12-15perf trace/scripting: Don't install unneeded filesTom Zanussi
2009-12-15perf trace/scripting: Add support for script argsTom Zanussi
2009-12-15perf tools: Make symbol_conf staticFrederic Weisbecker
2009-12-15perf diff: Introduce tool to show performance differenceArnaldo Carvalho de Melo