summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2010-02-22perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu-0/+3
2010-02-14perf top: Fix help text alignmentKirill Smelkov-1/+1
2010-02-09perf: Fix hypervisor sample reportingAnton Blanchard-2/+2
2010-01-27perf: Ignore perf.data.oldAmerigo Wang-0/+1
2010-01-27perf report: Fix segmentation fault when running with '-g none'Yong Wang-1/+1
2010-01-20perf kmem: Print usage help for unknown commandsPekka Enberg-1/+2
2010-01-20perf kmem: Increase "Hit" column lengthPekka Enberg-2/+2
2010-01-17perf timechart: Use tid not pid for COMM changeArjan van de Ven-1/+1
2010-01-13perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo-11/+22
2010-01-13perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo-5/+6
2009-12-28perf kmem: Fix statistics typoWenji Huang-2/+2
2009-12-28perf: Rename perf_event_hw_event in design documentTim Blechmann-4/+4
2009-12-28perf tools: Add missing header files to LIB_H Makefile variableArnaldo Carvalho de Melo-0/+8
2009-12-28perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo-6/+8
2009-12-18perf diff: Fix usage array, it must end with a NULL entryArnaldo Carvalho de Melo-6/+6
2009-12-18perf session: Make events_stats u64 to avoid overflow on 32-bit archesArnaldo Carvalho de Melo-3/+3
2009-12-17perf probe: Check new event nameMasami Hiramatsu-0/+15
2009-12-17perf probe: Check whether debugfs path is correctMasami Hiramatsu-0/+4
2009-12-17perf probe: Fix libdwarf include path for DebianMasami Hiramatsu-28/+34
2009-12-16perf record: Use per-task-per-cpu events for inherited eventsPeter Zijlstra-2/+2
2009-12-16perf record: Properly synchronize child creationPeter Zijlstra-38/+71
2009-12-16perf diff: Percent calcs should use double valuesArnaldo Carvalho de Melo-4/+5
2009-12-16perf diff: Change the default sort order to "dso,symbol"Arnaldo Carvalho de Melo-0/+2
2009-12-16perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo-110/+169
2009-12-16perf report: Fix cut'n'paste error recently introducedArnaldo Carvalho de Melo-1/+1
2009-12-16perf session: Move perf report specific hits out of perf_session__fprintf_histsArnaldo Carvalho de Melo-11/+5
2009-12-16perf tools: Move hist entries printing routines from perf reportArnaldo Carvalho de Melo-397/+385
2009-12-16perf report: Generalize perf_session__fprintf_hists()Arnaldo Carvalho de Melo-94/+68
2009-12-16perf symbols: Move symbol filtering to event__preprocess_sample()Arnaldo Carvalho de Melo-76/+84
2009-12-16perf symbols: Adopt the strlists for dso, commArnaldo Carvalho de Melo-57/+89
2009-12-16perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo-80/+54
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu-12/+30
2009-12-15perf probe: Check symbols in symtab/kallsymsMasami Hiramatsu-10/+22
2009-12-15perf probe: Check build-id of vmlinuxMasami Hiramatsu-47/+41
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu-5/+28
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu-36/+55
2009-12-15perf probe: Add glob matching support on --delMasami Hiramatsu-13/+66
2009-12-15perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu-9/+3
2009-12-15perf tools: Add for_each macros for strlistMasami Hiramatsu-0/+34
2009-12-15perf probe: Fix --del to update current event listMasami Hiramatsu-5/+13
2009-12-15perf probe: Fix --del to show info instead of warningMasami Hiramatsu-1/+1
2009-12-15perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu-10/+12
2009-12-15perf probe: Check hyphen only argumentMasami Hiramatsu-1/+6
2009-12-15perf probe: Check the result of e_snprintf()Masami Hiramatsu-2/+4
2009-12-15perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu-12/+17
2009-12-15perf diff: Fix documentationArnaldo Carvalho de Melo-0/+1
2009-12-15perf diff: Improve the help textIngo Molnar-4/+4
2009-12-15perf trace/scripting: Update DocumentationTom Zanussi-1/+26
2009-12-15perf trace/scripting: Add 'record' and 'report' optionsTom Zanussi-1/+83
2009-12-15perf trace/scripting: List available scriptsTom Zanussi-1/+204