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