Age | Commit message (Expand) | Author | Files | Lines |
2010-02-22 | perf probe: Init struct probe_point and set counter correctly | Masami Hiramatsu | 1 | -0/+3 |
2010-02-14 | perf top: Fix help text alignment | Kirill Smelkov | 1 | -1/+1 |
2010-02-09 | perf: Fix hypervisor sample reporting | Anton Blanchard | 1 | -2/+2 |
2010-01-27 | perf: Ignore perf.data.old | Amerigo Wang | 1 | -0/+1 |
2010-01-27 | perf report: Fix segmentation fault when running with '-g none' | Yong Wang | 1 | -1/+1 |
2010-01-20 | perf kmem: Print usage help for unknown commands | Pekka Enberg | 1 | -1/+2 |
2010-01-20 | perf kmem: Increase "Hit" column length | Pekka Enberg | 1 | -2/+2 |
2010-01-17 | perf timechart: Use tid not pid for COMM change | Arjan van de Ven | 1 | -1/+1 |
2010-01-13 | perf tools: Check if /dev/null can be used as the -o gcc argument | Arnaldo Carvalho de Melo | 1 | -11/+22 |
2010-01-13 | perf tools: Move QUIET_STDERR def to before first use | Arnaldo Carvalho de Melo | 1 | -5/+6 |
2009-12-28 | perf kmem: Fix statistics typo | Wenji Huang | 1 | -2/+2 |
2009-12-28 | perf: Rename perf_event_hw_event in design document | Tim Blechmann | 1 | -4/+4 |
2009-12-28 | perf tools: Add missing header files to LIB_H Makefile variable | Arnaldo Carvalho de Melo | 1 | -0/+8 |
2009-12-28 | perf record: We should fork only if a program was specified to run | Arnaldo Carvalho de Melo | 1 | -6/+8 |
2009-12-18 | perf diff: Fix usage array, it must end with a NULL entry | Arnaldo Carvalho de Melo | 4 | -6/+6 |
2009-12-18 | perf session: Make events_stats u64 to avoid overflow on 32-bit arches | Arnaldo Carvalho de Melo | 2 | -3/+3 |
2009-12-17 | perf probe: Check new event name | Masami Hiramatsu | 1 | -0/+15 |
2009-12-17 | perf probe: Check whether debugfs path is correct | Masami Hiramatsu | 1 | -0/+4 |
2009-12-17 | perf probe: Fix libdwarf include path for Debian | Masami Hiramatsu | 2 | -28/+34 |
2009-12-16 | perf record: Use per-task-per-cpu events for inherited events | Peter Zijlstra | 1 | -2/+2 |
2009-12-16 | perf record: Properly synchronize child creation | Peter Zijlstra | 1 | -38/+71 |
2009-12-16 | perf diff: Percent calcs should use double values | Arnaldo Carvalho de Melo | 1 | -4/+5 |
2009-12-16 | perf diff: Change the default sort order to "dso,symbol" | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2009-12-16 | perf diff: Use perf_session__fprintf_hists just like 'perf record' | Arnaldo Carvalho de Melo | 8 | -110/+169 |
2009-12-16 | perf report: Fix cut'n'paste error recently introduced | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2009-12-16 | perf session: Move perf report specific hits out of perf_session__fprintf_hists | Arnaldo Carvalho de Melo | 2 | -11/+5 |
2009-12-16 | perf tools: Move hist entries printing routines from perf report | Arnaldo Carvalho de Melo | 3 | -397/+385 |
2009-12-16 | perf report: Generalize perf_session__fprintf_hists() | Arnaldo Carvalho de Melo | 7 | -94/+68 |
2009-12-16 | perf symbols: Move symbol filtering to event__preprocess_sample() | Arnaldo Carvalho de Melo | 7 | -76/+84 |
2009-12-16 | perf symbols: Adopt the strlists for dso, comm | Arnaldo Carvalho de Melo | 9 | -57/+89 |
2009-12-16 | perf symbols: Make symbol_conf global | Arnaldo Carvalho de Melo | 15 | -80/+54 |
2009-12-15 | perf probe: Fix to show which probe point is not found | Masami Hiramatsu | 3 | -12/+30 |
2009-12-15 | perf probe: Check symbols in symtab/kallsyms | Masami Hiramatsu | 1 | -10/+22 |
2009-12-15 | perf probe: Check build-id of vmlinux | Masami Hiramatsu | 3 | -47/+41 |
2009-12-15 | perf probe: Reject second attempt of adding same-name event | Masami Hiramatsu | 3 | -5/+28 |
2009-12-15 | perf probe: Support event name for --add option | Masami Hiramatsu | 5 | -36/+55 |
2009-12-15 | perf probe: Add glob matching support on --del | Masami Hiramatsu | 3 | -13/+66 |
2009-12-15 | perf probe: Use strlist__for_each macros in probe-event.c | Masami Hiramatsu | 1 | -9/+3 |
2009-12-15 | perf tools: Add for_each macros for strlist | Masami Hiramatsu | 1 | -0/+34 |
2009-12-15 | perf probe: Fix --del to update current event list | Masami Hiramatsu | 3 | -5/+13 |
2009-12-15 | perf probe: Fix --del to show info instead of warning | Masami Hiramatsu | 1 | -1/+1 |
2009-12-15 | perf probe: Show need-dwarf message only if it is really needed | Masami Hiramatsu | 2 | -10/+12 |
2009-12-15 | perf probe: Check hyphen only argument | Masami Hiramatsu | 1 | -1/+6 |
2009-12-15 | perf probe: Check the result of e_snprintf() | Masami Hiramatsu | 1 | -2/+4 |
2009-12-15 | perf probe: Cleanup struct session in builtin-probe.c | Masami Hiramatsu | 3 | -12/+17 |
2009-12-15 | perf diff: Fix documentation | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2009-12-15 | perf diff: Improve the help text | Ingo Molnar | 1 | -4/+4 |
2009-12-15 | perf trace/scripting: Update Documentation | Tom Zanussi | 1 | -1/+26 |
2009-12-15 | perf trace/scripting: Add 'record' and 'report' options | Tom Zanussi | 1 | -1/+83 |
2009-12-15 | perf trace/scripting: List available scripts | Tom Zanussi | 6 | -1/+204 |