Age | Commit message (Expand) | Author | Files | Lines |
2014-01-16 | perf tools: Do proper comm override error handling | Frederic Weisbecker | 3 | -11/+15 |
2014-01-16 | perf symbols: Export elf_section_by_name and reuse | Masami Hiramatsu | 4 | -69/+37 |
2014-01-16 | perf probe: Release all dynamically allocated parameters | Masami Hiramatsu | 2 | -0/+28 |
2014-01-16 | perf probe: Release allocated probe_trace_event if failed | Masami Hiramatsu | 1 | -0/+13 |
2014-01-15 | perf hists: Convert hist entry functions to use struct he_stat | Namhyung Kim | 1 | -11/+11 |
2014-01-15 | perf tools: Factor out sample__resolve_callchain() | Namhyung Kim | 2 | -0/+29 |
2014-01-15 | perf tools: Remove symbol_conf.use_callchain check | Namhyung Kim | 1 | -2/+0 |
2014-01-15 | tools lib traceevent: Make plugin unload function receive pevent | Namhyung Kim | 1 | -1/+1 |
2014-01-15 | perf tools: Fix build error due to zfree() cast | Namhyung Kim | 2 | -3/+3 |
2014-01-15 | perf record: Rename --no-delay to --no-buffering | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2014-01-13 | perf probe: Fix build when DWARF support libraries not present | Arnaldo Carvalho de Melo | 1 | -1/+4 |
2014-01-13 | perf diff: Color the Ratio column | Ramkumar Ramachandra | 2 | -3/+8 |
2014-01-13 | perf tools: Generalize percent_color_snprintf() | Ramkumar Ramachandra | 1 | -2/+3 |
2014-01-13 | perf record: Add --initial-delay option | Andi Kleen | 1 | -1/+2 |
2014-01-13 | perf tools: Use the DWARF unwind info only if loaded | Jean Pihet | 1 | -4/+4 |
2014-01-13 | tools include: Move perf's bug.h to a generic place | Namhyung Kim | 1 | -22/+0 |
2014-01-13 | tools include: Move perf's linux/compiler.h to a generic place | Namhyung Kim | 1 | -30/+0 |
2014-01-13 | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo | 8 | -42/+106 |
2014-01-13 | tools perf: Comment typo fix | Cody P Schafer | 1 | -1/+1 |
2014-01-13 | perf tools: Make perf_event__synthesize_mmap_events global | Jiri Olsa | 2 | -6/+13 |
2014-01-13 | perf machine: Fix id_hdr_size initialization | Jiri Olsa | 1 | -0/+1 |
2014-01-13 | perf header: Pack 'struct perf_session_env' | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2014-01-13 | perf evlist: Auto unmap on destructor | Arnaldo Carvalho de Melo | 1 | -0/+4 |
2014-01-13 | perf evlist: Close fds on destructor | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2014-01-13 | perf evlist: Move destruction of maps to evlist destructor | Arnaldo Carvalho de Melo | 2 | -9/+4 |
2014-01-13 | perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload | Arnaldo Carvalho de Melo | 2 | -3/+12 |
2014-01-13 | perf evlist: Send the errno in the signal when workload fails | Arnaldo Carvalho de Melo | 1 | -3/+8 |
2013-12-28 | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 24 | -74/+77 |
2013-12-27 | perf tools: Introduce zfree | Arnaldo Carvalho de Melo | 14 | -75/+42 |
2013-12-26 | perf tools: No need to test against NULL before calling free() | Arnaldo Carvalho de Melo | 5 | -57/+29 |
2013-12-26 | perf probe: Support basic dwarf-based operations on uprobe events | Masami Hiramatsu | 3 | -16/+137 |
2013-12-26 | perf probe: Expand given path to absolute path | Masami Hiramatsu | 1 | -9/+2 |
2013-12-23 | perf tools: Do not synthesize the treads of default guest. | Dongsheng Yang | 1 | -0/+9 |
2013-12-23 | perf tools: Use machine->pid for tgid if machine is guest. | Dongsheng Yang | 1 | -2/+6 |
2013-12-23 | perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ... | Dongsheng Yang | 1 | -1/+4 |
2013-12-23 | perf tools: Find the proc info under machine->root_dir. | Dongsheng Yang | 1 | -3/+8 |
2013-12-23 | perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_... | Dongsheng Yang | 1 | -8/+3 |
2013-12-23 | perf kvm: Fix kvm report without guestmount. | Dongsheng Yang | 1 | -1/+6 |
2013-12-20 | perf symbols: Add 'machine' member to struct addr_location | Arnaldo Carvalho de Melo | 8 | -8/+6 |
2013-12-19 | perf scripting perl: Shorten function signatures | Arnaldo Carvalho de Melo | 1 | -13/+7 |
2013-12-19 | perf scripting python: Shorten function signatures | Arnaldo Carvalho de Melo | 1 | -17/+9 |
2013-12-19 | perf tools: Rename 'perf_record_opts' to 'record_opts | Arnaldo Carvalho de Melo | 7 | -16/+13 |
2013-12-19 | perf tools: Get rid of a duplicate va_end() in error reporting routine | Namhyung Kim | 1 | -1/+0 |
2013-12-19 | perf annotate: Make symbol__inc_addr_samples private | Arnaldo Carvalho de Melo | 2 | -5/+2 |
2013-12-19 | perf annotate: Adopt methods from hists | Arnaldo Carvalho de Melo | 4 | -14/+15 |
2013-12-19 | perf annotate: Add inc_samples method to addr_map_symbol | Arnaldo Carvalho de Melo | 2 | -0/+8 |
2013-12-19 | perf annotate: Auto allocate symbol per addr hist buckets | Arnaldo Carvalho de Melo | 1 | -7/+19 |
2013-12-18 | perf hists: Do not pass period and weight to add_hist_entry() | Namhyung Kim | 1 | -5/+5 |
2013-12-18 | perf sort: Do not compare dso again | Namhyung Kim | 1 | -3/+8 |
2013-12-18 | perf sort: Compare addresses if no symbol info | Namhyung Kim | 1 | -3/+8 |