| Commit message (Expand) | Author | Age | Files | Lines |
* | perf session: Make events_stats u64 to avoid overflow on 32-bit arches | Arnaldo Carvalho de Melo | 2009-12-18 | 2 | -3/+3 |
* | perf probe: Check new event name | Masami Hiramatsu | 2009-12-17 | 1 | -0/+15 |
* | perf probe: Check whether debugfs path is correct | Masami Hiramatsu | 2009-12-17 | 1 | -0/+4 |
* | perf probe: Fix libdwarf include path for Debian | Masami Hiramatsu | 2009-12-17 | 2 | -28/+34 |
* | perf record: Use per-task-per-cpu events for inherited events | Peter Zijlstra | 2009-12-16 | 1 | -2/+2 |
* | perf record: Properly synchronize child creation | Peter Zijlstra | 2009-12-16 | 1 | -38/+71 |
* | perf diff: Percent calcs should use double values | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -4/+5 |
* | perf diff: Change the default sort order to "dso,symbol" | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -0/+2 |
* | perf diff: Use perf_session__fprintf_hists just like 'perf record' | Arnaldo Carvalho de Melo | 2009-12-16 | 8 | -110/+169 |
* | perf report: Fix cut'n'paste error recently introduced | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -1/+1 |
* | perf session: Move perf report specific hits out of perf_session__fprintf_hists | Arnaldo Carvalho de Melo | 2009-12-16 | 2 | -11/+5 |
* | perf tools: Move hist entries printing routines from perf report | Arnaldo Carvalho de Melo | 2009-12-16 | 3 | -397/+385 |
* | perf report: Generalize perf_session__fprintf_hists() | Arnaldo Carvalho de Melo | 2009-12-16 | 7 | -94/+68 |
* | perf symbols: Move symbol filtering to event__preprocess_sample() | Arnaldo Carvalho de Melo | 2009-12-16 | 7 | -76/+84 |
* | perf symbols: Adopt the strlists for dso, comm | Arnaldo Carvalho de Melo | 2009-12-16 | 9 | -57/+89 |
* | perf symbols: Make symbol_conf global | Arnaldo Carvalho de Melo | 2009-12-16 | 15 | -80/+54 |
* | perf probe: Fix to show which probe point is not found | Masami Hiramatsu | 2009-12-15 | 3 | -12/+30 |
* | perf probe: Check symbols in symtab/kallsyms | Masami Hiramatsu | 2009-12-15 | 1 | -10/+22 |
* | perf probe: Check build-id of vmlinux | Masami Hiramatsu | 2009-12-15 | 3 | -47/+41 |
* | perf probe: Reject second attempt of adding same-name event | Masami Hiramatsu | 2009-12-15 | 3 | -5/+28 |
* | perf probe: Support event name for --add option | Masami Hiramatsu | 2009-12-15 | 5 | -36/+55 |
* | perf probe: Add glob matching support on --del | Masami Hiramatsu | 2009-12-15 | 3 | -13/+66 |
* | perf probe: Use strlist__for_each macros in probe-event.c | Masami Hiramatsu | 2009-12-15 | 1 | -9/+3 |
* | perf tools: Add for_each macros for strlist | Masami Hiramatsu | 2009-12-15 | 1 | -0/+34 |
* | perf probe: Fix --del to update current event list | Masami Hiramatsu | 2009-12-15 | 3 | -5/+13 |
* | perf probe: Fix --del to show info instead of warning | Masami Hiramatsu | 2009-12-15 | 1 | -1/+1 |
* | perf probe: Show need-dwarf message only if it is really needed | Masami Hiramatsu | 2009-12-15 | 2 | -10/+12 |
* | perf probe: Check hyphen only argument | Masami Hiramatsu | 2009-12-15 | 1 | -1/+6 |
* | perf probe: Check the result of e_snprintf() | Masami Hiramatsu | 2009-12-15 | 1 | -2/+4 |
* | perf probe: Cleanup struct session in builtin-probe.c | Masami Hiramatsu | 2009-12-15 | 3 | -12/+17 |
* | perf diff: Fix documentation | Arnaldo Carvalho de Melo | 2009-12-15 | 1 | -0/+1 |
* | perf diff: Improve the help text | Ingo Molnar | 2009-12-15 | 1 | -4/+4 |
* | perf trace/scripting: Update Documentation | Tom Zanussi | 2009-12-15 | 1 | -1/+26 |
* | perf trace/scripting: Add 'record' and 'report' options | Tom Zanussi | 2009-12-15 | 1 | -1/+83 |
* | perf trace/scripting: List available scripts | Tom Zanussi | 2009-12-15 | 6 | -1/+204 |
* | perf trace/scripting: Check return val of perl_run() | Tom Zanussi | 2009-12-15 | 1 | -1/+5 |
* | perf trace/scripting: Don't install unneeded files | Tom Zanussi | 2009-12-15 | 1 | -2/+0 |
* | perf trace/scripting: Add support for script args | Tom Zanussi | 2009-12-15 | 5 | -26/+38 |
* | perf tools: Make symbol_conf static | Frederic Weisbecker | 2009-12-15 | 2 | -2/+2 |
* | perf diff: Introduce tool to show performance difference | Arnaldo Carvalho de Melo | 2009-12-15 | 7 | -2/+329 |
* | perf record: Rename perf.data to perf.data.old if --force/-f is used | Arnaldo Carvalho de Melo | 2009-12-15 | 1 | -4/+13 |
* | perf util: Remove setup_sorting dups | Arnaldo Carvalho de Melo | 2009-12-15 | 4 | -32/+19 |
* | perf session: Event statistics also are per session | Arnaldo Carvalho de Melo | 2009-12-15 | 6 | -15/+10 |
* | perf session: Adopt the sample_type variable | Arnaldo Carvalho de Melo | 2009-12-14 | 7 | -58/+34 |
* | perf session: Adopt resolve_callchain | Arnaldo Carvalho de Melo | 2009-12-14 | 3 | -60/+68 |
* | perf session: Move the hist_entries rb tree to perf_session | Arnaldo Carvalho de Melo | 2009-12-14 | 10 | -89/+86 |
* | perf tools: No need for three rb_trees for sorting hist entries | Arnaldo Carvalho de Melo | 2009-12-14 | 4 | -28/+22 |
* | perf session: Move kmaps to perf_session | Arnaldo Carvalho de Melo | 2009-12-14 | 18 | -118/+134 |
* | perf session: Move the global threads list to perf_session | Arnaldo Carvalho de Melo | 2009-12-14 | 13 | -74/+98 |
* | perf session: Reduce the number of parms to perf_session__process_events | Arnaldo Carvalho de Melo | 2009-12-14 | 10 | -37/+35 |