aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-20perf kmem: Print usage help for unknown commandsPekka Enberg1-1/+2
2010-01-20perf kmem: Increase "Hit" column lengthPekka Enberg1-2/+2
2010-01-17perf timechart: Use tid not pid for COMM changeArjan van de Ven1-1/+1
2010-01-13perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo1-11/+22
2010-01-13perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo1-5/+6
2009-12-28perf kmem: Fix statistics typoWenji Huang1-2/+2
2009-12-28perf: Rename perf_event_hw_event in design documentTim Blechmann1-4/+4
2009-12-28perf tools: Add missing header files to LIB_H Makefile variableArnaldo Carvalho de Melo1-0/+8
2009-12-28perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo1-6/+8
2009-12-18perf diff: Fix usage array, it must end with a NULL entryArnaldo Carvalho de Melo4-6/+6
2009-12-18perf session: Make events_stats u64 to avoid overflow on 32-bit archesArnaldo Carvalho de Melo2-3/+3
2009-12-17perf probe: Check new event nameMasami Hiramatsu1-0/+15
2009-12-17perf probe: Check whether debugfs path is correctMasami Hiramatsu1-0/+4
2009-12-17perf probe: Fix libdwarf include path for DebianMasami Hiramatsu2-28/+34
2009-12-16perf record: Use per-task-per-cpu events for inherited eventsPeter Zijlstra1-2/+2
2009-12-16perf record: Properly synchronize child creationPeter Zijlstra1-38/+71
2009-12-16perf diff: Percent calcs should use double valuesArnaldo Carvalho de Melo1-4/+5
2009-12-16perf diff: Change the default sort order to "dso,symbol"Arnaldo Carvalho de Melo1-0/+2
2009-12-16perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo8-110/+169
2009-12-16perf report: Fix cut'n'paste error recently introducedArnaldo Carvalho de Melo1-1/+1
2009-12-16perf session: Move perf report specific hits out of perf_session__fprintf_histsArnaldo Carvalho de Melo2-11/+5
2009-12-16perf tools: Move hist entries printing routines from perf reportArnaldo Carvalho de Melo3-397/+385
2009-12-16perf report: Generalize perf_session__fprintf_hists()Arnaldo Carvalho de Melo7-94/+68
2009-12-16perf symbols: Move symbol filtering to event__preprocess_sample()Arnaldo Carvalho de Melo7-76/+84
2009-12-16perf symbols: Adopt the strlists for dso, commArnaldo Carvalho de Melo9-57/+89
2009-12-16perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo15-80/+54
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu3-12/+30
2009-12-15perf probe: Check symbols in symtab/kallsymsMasami Hiramatsu1-10/+22
2009-12-15perf probe: Check build-id of vmlinuxMasami Hiramatsu3-47/+41
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu3-5/+28
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu5-36/+55
2009-12-15perf probe: Add glob matching support on --delMasami Hiramatsu3-13/+66
2009-12-15perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu1-9/+3
2009-12-15perf tools: Add for_each macros for strlistMasami Hiramatsu1-0/+34
2009-12-15perf probe: Fix --del to update current event listMasami Hiramatsu3-5/+13
2009-12-15perf probe: Fix --del to show info instead of warningMasami Hiramatsu1-1/+1
2009-12-15perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu2-10/+12
2009-12-15perf probe: Check hyphen only argumentMasami Hiramatsu1-1/+6
2009-12-15perf probe: Check the result of e_snprintf()Masami Hiramatsu1-2/+4
2009-12-15perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu3-12/+17
2009-12-15perf diff: Fix documentationArnaldo Carvalho de Melo1-0/+1
2009-12-15perf diff: Improve the help textIngo Molnar1-4/+4
2009-12-15perf trace/scripting: Update DocumentationTom Zanussi1-1/+26
2009-12-15perf trace/scripting: Add 'record' and 'report' optionsTom Zanussi1-1/+83
2009-12-15perf trace/scripting: List available scriptsTom Zanussi6-1/+204
2009-12-15perf trace/scripting: Check return val of perl_run()Tom Zanussi1-1/+5
2009-12-15perf trace/scripting: Don't install unneeded filesTom Zanussi1-2/+0
2009-12-15perf trace/scripting: Add support for script argsTom Zanussi5-26/+38
2009-12-15perf tools: Make symbol_conf staticFrederic Weisbecker2-2/+2
2009-12-15perf diff: Introduce tool to show performance differenceArnaldo Carvalho de Melo7-2/+329