Age | Commit message (Expand) | Author | Files | Lines |
2011-01-12 | Merge branch 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/li... | Linus Torvalds | 6 | -0/+1665 |
2011-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest | Linus Torvalds | 3 | -0/+2675 |
2011-01-11 | Merge branches 'turbostat' and 'x86_energy_perf_policy' into tools | Len Brown | 6 | -0/+1665 |
2011-01-11 | tools: create power/x86/x86_energy_perf_policy | Len Brown | 3 | -0/+437 |
2011-01-11 | tools: create power/x86/turbostat | Len Brown | 3 | -0/+1228 |
2011-01-11 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -78/+220 |
2011-01-10 | perf session: Fix infinite loop in __perf_session__process_events | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2011-01-10 | perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1) | Arnaldo Carvalho de Melo | 2 | -33/+159 |
2011-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 1 | -0/+1364 |
2011-01-10 | perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail | Jiri Pirko | 1 | -1/+2 |
2011-01-10 | perf tools: Emit clearer message for sys_perf_event_open ENOENT return | Arnaldo Carvalho de Melo | 2 | -0/+5 |
2011-01-10 | perf stat: better error message for unsupported events | David Ahern | 1 | -0/+2 |
2011-01-10 | perf sched: Fix allocation result check | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2011-01-09 | Merge branch 'slab/next' into for-linus | Pekka Enberg | 1 | -0/+1364 |
2011-01-07 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -0/+26 |
2011-01-07 | perf tools: Pass whole attr to event selectors | Lin Ming | 5 | -10/+19 |
2011-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 7 | -0/+490 |
2011-01-06 | perf tools: Build with frame pointer | Frederic Weisbecker | 1 | -1/+1 |
2011-01-06 | perf tools: Fix buffer overflow error when specifying all tracepoints | Han Pingtian | 1 | -31/+30 |
2011-01-05 | perf script: Make some lists static | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2011-01-05 | perf script: Use the default lost event handler | Arnaldo Carvalho de Melo | 1 | -14/+1 |
2011-01-05 | perf session: Warn about errors when processing pipe events too | Arnaldo Carvalho de Melo | 1 | -26/+31 |
2011-01-05 | perf tools: Fix perf_event.h header usage | Stephane Eranian | 2 | -2/+2 |
2011-01-05 | perf test: Clarify some error reports in the open syscall test | Arnaldo Carvalho de Melo | 1 | -7/+11 |
2011-01-05 | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 1 | -1/+1 |
2011-01-05 | [S390] perf: add DWARF register lookup for s390 | Heiko Carstens | 2 | -0/+26 |
2011-01-04 | perf timechart: Adjust perf timechart to the new power events | Thomas Renninger | 3 | -18/+118 |
2011-01-04 | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 24 | -519/+1013 |
2011-01-04 | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 8 | -42/+84 |
2011-01-04 | perf test: Add test for counting open syscalls | Arnaldo Carvalho de Melo | 1 | -0/+83 |
2011-01-04 | perf evsel: Auto allocate resources needed for some methods | Arnaldo Carvalho de Melo | 1 | -0/+9 |
2011-01-04 | perf evsel: Use {cpu,thread}_map to shorten list of parameters | Arnaldo Carvalho de Melo | 3 | -17/+22 |
2011-01-04 | perf tools: Refactor all_tids to hold nr and the map | Arnaldo Carvalho de Melo | 5 | -85/+88 |
2011-01-04 | perf tools: Refactor cpumap to hold nr and the map | Arnaldo Carvalho de Melo | 5 | -67/+138 |
2011-01-04 | perf evsel: Introduce per cpu and per thread open helpers | Arnaldo Carvalho de Melo | 3 | -58/+83 |
2011-01-04 | perf evsel: Steal the counter reading routines from stat | Arnaldo Carvalho de Melo | 3 | -92/+196 |
2011-01-03 | perf evsel: Delete the event selectors at exit | Arnaldo Carvalho de Melo | 6 | -8/+16 |
2011-01-03 | perf util: Move do_read from session to util | Arnaldo Carvalho de Melo | 5 | -24/+23 |
2011-01-03 | perf evsel: Adopt MATCH_EVENT macro from 'stat' | Arnaldo Carvalho de Melo | 2 | -21/+20 |
2011-01-03 | perf tools: Introduce event selectors | Arnaldo Carvalho de Melo | 14 | -245/+433 |
2011-01-03 | perf: Fix callchain hit bad cast on ascii display | Frederic Weisbecker | 1 | -1/+1 |
2010-12-27 | perf probe: Fix short file name probe location reporting | Franck Bui-Huu | 1 | -7/+7 |
2010-12-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 9 | -62/+161 |
2010-12-25 | perf script: Fix event ordering settings to work with older kernels | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2010-12-25 | perf record: Fix use of sample_id_all userspace with !sample_id_all kernels | Arnaldo Carvalho de Melo | 1 | -5/+19 |
2010-12-25 | perf script: Finish the rename from trace to script | Arnaldo Carvalho de Melo | 31 | -51/+35 |
2010-12-22 | perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen | Franck Bui-Huu | 1 | -1/+1 |
2010-12-22 | perf test: Look forward for symbol aliases | Arnaldo Carvalho de Melo | 1 | -4/+19 |
2010-12-22 | perf symbols: Improve kallsyms symbol end addr calculation | Arnaldo Carvalho de Melo | 3 | -16/+45 |
2010-12-21 | perf probe: Fix to support libdwfl older than 0.148 | Masami Hiramatsu | 1 | -30/+55 |