| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Fix time function double declaration with glibc | Thomas Renninger | 2011-01-22 | 1 | -2/+2 |
* | perf tools: Fix build by checking if extra warnings are supported | Arnaldo Carvalho de Melo | 2011-01-22 | 1 | -2/+7 |
* | perf tools: Fix build when using gcc 3.4.6 | Arnaldo Carvalho de Melo | 2011-01-22 | 1 | -1/+1 |
* | perf tools: Add missing header, fixes build | Arnaldo Carvalho de Melo | 2011-01-22 | 1 | -0/+1 |
* | perf tools: Fix 64 bit integer format strings | Arnaldo Carvalho de Melo | 2011-01-22 | 23 | -82/+93 |
* | perf test: Fix build on older glibcs | Arnaldo Carvalho de Melo | 2011-01-22 | 1 | -14/+19 |
* | perf test: Use cpu_map->[cpu] when setting affinity | Han Pingtian | 2011-01-21 | 1 | -4/+9 |
* | perf symbols: Fix annotation of thumb code | Dr. David Alan Gilbert | 2011-01-21 | 1 | -0/+7 |
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-18 | 2 | -30/+3 |
|\ |
|
| * | perf tools: Fix tracepoint id to string perf.data header table | Arnaldo Carvalho de Melo | 2011-01-17 | 2 | -29/+2 |
| * | perf tools: Fix handling of wildcards in tracepoint event selectors | Arnaldo Carvalho de Melo | 2011-01-17 | 1 | -1/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f... | Linus Torvalds | 2011-01-15 | 6 | -16/+25 |
|\ \ \
| | |/ |
|
| | * | perf record: Add "nodelay" mode, disabled by default | Kirill Smelkov | 2011-01-13 | 2 | -0/+11 |
| | * | perf sched: Fix list of events, dropping unsupported ':r' modifier | Stephane Eranian | 2011-01-13 | 1 | -9/+9 |
| | * | Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return" | Arnaldo Carvalho de Melo | 2011-01-11 | 2 | -5/+0 |
| | * | perf top: Fix annotate segv | Arnaldo Carvalho de Melo | 2011-01-11 | 1 | -0/+2 |
| | * | perf evsel: Fix order of event list deletion | Arnaldo Carvalho de Melo | 2011-01-11 | 4 | -2/+3 |
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-11 | 10 | -78/+220 |
|\ \ \
| | |/
| |/| |
|
| * | | perf session: Fix infinite loop in __perf_session__process_events | Arnaldo Carvalho de Melo | 2011-01-10 | 1 | -1/+1 |
| * | | perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1) | Arnaldo Carvalho de Melo | 2011-01-10 | 2 | -33/+159 |
| * | | perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail | Jiri Pirko | 2011-01-10 | 1 | -1/+2 |
| * | | perf tools: Emit clearer message for sys_perf_event_open ENOENT return | Arnaldo Carvalho de Melo | 2011-01-10 | 2 | -0/+5 |
| * | | perf stat: better error message for unsupported events | David Ahern | 2011-01-10 | 1 | -0/+2 |
| * | | perf sched: Fix allocation result check | Arnaldo Carvalho de Melo | 2011-01-10 | 1 | -1/+1 |
| * | | perf tools: Pass whole attr to event selectors | Lin Ming | 2011-01-07 | 5 | -10/+19 |
| * | | perf tools: Build with frame pointer | Frederic Weisbecker | 2011-01-06 | 1 | -1/+1 |
| * | | perf tools: Fix buffer overflow error when specifying all tracepoints | Han Pingtian | 2011-01-06 | 1 | -31/+30 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2011-01-07 | 2 | -0/+26 |
|\ \
| |/
|/| |
|
| * | [S390] perf: add DWARF register lookup for s390 | Heiko Carstens | 2011-01-05 | 2 | -0/+26 |
* | | perf script: Make some lists static | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -2/+2 |
* | | perf script: Use the default lost event handler | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -14/+1 |
* | | perf session: Warn about errors when processing pipe events too | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -26/+31 |
* | | perf tools: Fix perf_event.h header usage | Stephane Eranian | 2011-01-05 | 2 | -2/+2 |
* | | perf test: Clarify some error reports in the open syscall test | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -7/+11 |
* | | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 2011-01-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | perf: Fix callchain hit bad cast on ascii display | Frederic Weisbecker | 2011-01-03 | 1 | -1/+1 |
* | | perf timechart: Adjust perf timechart to the new power events | Thomas Renninger | 2011-01-04 | 3 | -18/+118 |
* | | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2011-01-04 | 24 | -519/+1013 |
|\ \ |
|
| * | | perf test: Add test for counting open syscalls | Arnaldo Carvalho de Melo | 2011-01-04 | 1 | -0/+83 |
| * | | perf evsel: Auto allocate resources needed for some methods | Arnaldo Carvalho de Melo | 2011-01-04 | 1 | -0/+9 |
| * | | perf evsel: Use {cpu,thread}_map to shorten list of parameters | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -17/+22 |
| * | | perf tools: Refactor all_tids to hold nr and the map | Arnaldo Carvalho de Melo | 2011-01-04 | 5 | -85/+88 |
| * | | perf tools: Refactor cpumap to hold nr and the map | Arnaldo Carvalho de Melo | 2011-01-04 | 5 | -67/+138 |
| * | | perf evsel: Introduce per cpu and per thread open helpers | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -58/+83 |
| * | | perf evsel: Steal the counter reading routines from stat | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -92/+196 |
| * | | perf evsel: Delete the event selectors at exit | Arnaldo Carvalho de Melo | 2011-01-03 | 6 | -8/+16 |
| * | | perf util: Move do_read from session to util | Arnaldo Carvalho de Melo | 2011-01-03 | 5 | -24/+23 |
| * | | perf evsel: Adopt MATCH_EVENT macro from 'stat' | Arnaldo Carvalho de Melo | 2011-01-03 | 2 | -21/+20 |
| * | | perf tools: Introduce event selectors | Arnaldo Carvalho de Melo | 2011-01-03 | 14 | -245/+433 |
* | | | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 2011-01-04 | 8 | -42/+84 |
|\ \ \
| |/ /
|/| /
| |/ |
|