Age | Commit message (Expand) | Author | Files | Lines |
2013-03-18 | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2 | -3/+4 |
2013-03-13 | perf probe: Fix segfault | Ananth N Mavinakayanahalli | 1 | -1/+1 |
2013-03-13 | perf report: Fix build with NO_NEWT=1 | Michael Ellerman | 1 | -0/+1 |
2013-03-13 | perf annotate: Fix build with NO_NEWT=1 | Michael Ellerman | 1 | -2/+2 |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+1 |
2013-02-14 | perf tools: Fix build with bison 2.3 and older. | Vinson Lee | 2 | -2/+0 |
2013-02-14 | perf gtk/annotate: Support multiple event annotation | Namhyung Kim | 1 | -0/+4 |
2013-02-14 | perf ui/gtk: Implement basic GTK2 annotation browser | Namhyung Kim | 1 | -0/+20 |
2013-02-14 | perf annotate: Fix warning message on a missing vmlinux | Namhyung Kim | 1 | -1/+1 |
2013-02-06 | perf python: Link with sysfs.o | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2013-02-06 | perf evlist: Pass the event_group info via perf_attr_details | Arnaldo Carvalho de Melo | 2 | -1/+2 |
2013-02-06 | perf tools: Fix calloc argument ordering | Paul Gortmaker | 2 | -3/+3 |
2013-02-06 | perf tools: Fix perf_evsel::exclude_GH handling | Jiri Olsa | 1 | -8/+0 |
2013-02-06 | perf tools: Add cpu_map processor socket level functions | Stephane Eranian | 2 | -0/+63 |
2013-02-06 | perf evlist: Make event_copy local to mmaps | David Ahern | 2 | -3/+30 |
2013-02-06 | perf sort: Check return value of strdup() | Namhyung Kim | 1 | -0/+5 |
2013-02-06 | perf sort: Make setup_sorting returns an error code | Namhyung Kim | 2 | -5/+7 |
2013-02-06 | perf sort: Drop ip_[lr] arguments from _sort__sym_cmp() | Namhyung Kim | 1 | -17/+6 |
2013-02-06 | perf evlist: Fix set event list leader | Stephane Eranian | 1 | -2/+1 |
2013-01-31 | perf evlist: Add --group option | Namhyung Kim | 1 | -2/+22 |
2013-01-31 | perf report: Show group description when event group is enabled | Namhyung Kim | 2 | -0/+33 |
2013-01-31 | perf hists: Resort hist entries using group members for output | Namhyung Kim | 2 | -1/+60 |
2013-01-31 | perf report: Make another loop for linking group hists | Namhyung Kim | 1 | -1/+2 |
2013-01-31 | perf header: Add HEADER_GROUP_DESC feature | Namhyung Kim | 2 | -0/+166 |
2013-01-31 | perf tools: Keep group information | Namhyung Kim | 6 | -1/+25 |
2013-01-30 | perf header: Fix double fclose() on do_write(fd, xxx) failure | Thomas Jarosch | 1 | -1/+3 |
2013-01-30 | perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/ka... | Thomas Jarosch | 1 | -1/+2 |
2013-01-30 | perf tools: Fix memory leak on error | Thomas Jarosch | 1 | -1/+3 |
2013-01-30 | perf sort: Use pclose() instead of fclose() on pipe stream | Thomas Jarosch | 1 | -2/+5 |
2013-01-30 | perf evsel: Fix memory leaks on evsel->counts | Namhyung Kim | 2 | -0/+6 |
2013-01-30 | perf evsel: Add prev_raw_count field | Stephane Eranian | 2 | -0/+27 |
2013-01-25 | perf header: Stop using die() calls when processing tracing data | Arnaldo Carvalho de Melo | 1 | -6/+12 |
2013-01-25 | perf tools: Use memdup in map__clone | Arnaldo Carvalho de Melo | 1 | -6/+2 |
2013-01-25 | perf tools: Stop using 'self' in map.[ch] | Arnaldo Carvalho de Melo | 2 | -72/+70 |
2013-01-25 | perf tools: Stop using 'self' in strlist | Arnaldo Carvalho de Melo | 2 | -48/+48 |
2013-01-24 | perf tools: Allow passing a list to intlist__new | Arnaldo Carvalho de Melo | 2 | -2/+27 |
2013-01-24 | perf tools: Allow passing NULL to intlist__find | Arnaldo Carvalho de Melo | 1 | -2/+7 |
2013-01-24 | perf script: hook up perf_scripting_context->pevent | Tom Zanussi | 2 | -0/+2 |
2013-01-24 | perf pmu: Privatize perf_pmu_{format,alias} structs | Arnaldo Carvalho de Melo | 2 | -14/+13 |
2013-01-24 | perf tools: Fix usage of __ in event parsing struct names | Arnaldo Carvalho de Melo | 3 | -17/+17 |
2013-01-24 | perf pmu: Fix usage of __ in struct names | Arnaldo Carvalho de Melo | 2 | -13/+13 |
2013-01-24 | perf tools: Fix usage of __ in parse_events_term struct | Arnaldo Carvalho de Melo | 4 | -45/+45 |
2013-01-24 | perf tools: Move ltrim() to util/string.c | Namhyung Kim | 2 | -0/+19 |
2013-01-24 | perf tools: Fix PMU format parsing test failure | Sukadev Bhattiprolu | 2 | -1/+2 |
2013-01-24 | perf tools: Do not include PERF-VERSION-FILE to Makefile | Namhyung Kim | 1 | -2/+2 |
2013-01-24 | perf tools: Remove unused 'unset' parameter from parse_events | Jiri Olsa | 2 | -5/+3 |
2013-01-24 | perf tools: Mark branch_info maps as referenced | Stephane Eranian | 1 | -0/+8 |
2013-01-24 | perf tools: Move get_term_dimensions from top to util.c | David Ahern | 2 | -0/+25 |
2013-01-24 | perf symbols: Mark vmlinux filename as allocated | David Ahern | 1 | -1/+5 |
2013-01-24 | perf symbols: Move name malloc to when needed in dso__load | David Ahern | 1 | -4/+4 |