aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAge
* perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu2010-02-22
* perf top: Fix help text alignmentKirill Smelkov2010-02-14
* perf: Fix hypervisor sample reportingAnton Blanchard2010-02-09
* perf: Ignore perf.data.oldAmerigo Wang2010-01-27
* perf report: Fix segmentation fault when running with '-g none'Yong Wang2010-01-27
* perf kmem: Print usage help for unknown commandsPekka Enberg2010-01-20
* perf kmem: Increase "Hit" column lengthPekka Enberg2010-01-20
* perf timechart: Use tid not pid for COMM changeArjan van de Ven2010-01-17
* perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo2010-01-13
* perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo2010-01-13
* perf kmem: Fix statistics typoWenji Huang2009-12-28
* perf: Rename perf_event_hw_event in design documentTim Blechmann2009-12-28
* perf tools: Add missing header files to LIB_H Makefile variableArnaldo Carvalho de Melo2009-12-28
* perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo2009-12-28
* perf diff: Fix usage array, it must end with a NULL entryArnaldo Carvalho de Melo2009-12-18
* perf session: Make events_stats u64 to avoid overflow on 32-bit archesArnaldo Carvalho de Melo2009-12-18
* perf probe: Check new event nameMasami Hiramatsu2009-12-17
* perf probe: Check whether debugfs path is correctMasami Hiramatsu2009-12-17
* perf probe: Fix libdwarf include path for DebianMasami Hiramatsu2009-12-17
* perf record: Use per-task-per-cpu events for inherited eventsPeter Zijlstra2009-12-16
* perf record: Properly synchronize child creationPeter Zijlstra2009-12-16
* perf diff: Percent calcs should use double valuesArnaldo Carvalho de Melo2009-12-16
* perf diff: Change the default sort order to "dso,symbol"Arnaldo Carvalho de Melo2009-12-16
* perf diff: Use perf_session__fprintf_hists just like 'perf record'Arnaldo Carvalho de Melo2009-12-16
* perf report: Fix cut'n'paste error recently introducedArnaldo Carvalho de Melo2009-12-16
* perf session: Move perf report specific hits out of perf_session__fprintf_histsArnaldo Carvalho de Melo2009-12-16
* perf tools: Move hist entries printing routines from perf reportArnaldo Carvalho de Melo2009-12-16
* perf report: Generalize perf_session__fprintf_hists()Arnaldo Carvalho de Melo2009-12-16
* perf symbols: Move symbol filtering to event__preprocess_sample()Arnaldo Carvalho de Melo2009-12-16
* perf symbols: Adopt the strlists for dso, commArnaldo Carvalho de Melo2009-12-16
* perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo2009-12-16
* perf probe: Fix to show which probe point is not foundMasami Hiramatsu2009-12-15
* perf probe: Check symbols in symtab/kallsymsMasami Hiramatsu2009-12-15
* perf probe: Check build-id of vmlinuxMasami Hiramatsu2009-12-15
* perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu2009-12-15
* perf probe: Support event name for --add optionMasami Hiramatsu2009-12-15
* perf probe: Add glob matching support on --delMasami Hiramatsu2009-12-15
* perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu2009-12-15
* perf tools: Add for_each macros for strlistMasami Hiramatsu2009-12-15
* perf probe: Fix --del to update current event listMasami Hiramatsu2009-12-15
* perf probe: Fix --del to show info instead of warningMasami Hiramatsu2009-12-15
* perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu2009-12-15
* perf probe: Check hyphen only argumentMasami Hiramatsu2009-12-15
* perf probe: Check the result of e_snprintf()Masami Hiramatsu2009-12-15
* perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu2009-12-15
* perf diff: Fix documentationArnaldo Carvalho de Melo2009-12-15
* perf diff: Improve the help textIngo Molnar2009-12-15
* perf trace/scripting: Update DocumentationTom Zanussi2009-12-15
* perf trace/scripting: Add 'record' and 'report' optionsTom Zanussi2009-12-15
* perf trace/scripting: List available scriptsTom Zanussi2009-12-15