| Commit message (Expand) | Author | Age | Files | Lines |
* | perf record: We should fork only if a program was specified to run | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -6/+8 |
* | 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 symbols: Adopt the strlists for dso, comm | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -3/+3 |
* | perf symbols: Make symbol_conf global | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -2/+2 |
* | 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 session: Move kmaps to perf_session | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -1/+1 |
* | perf session: Pass the perf_session to the event handling operations | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -4/+7 |
* | perf tools: Introduce perf_session class | Arnaldo Carvalho de Melo | 2009-12-12 | 1 | -12/+13 |
* | perf record, x86: Print more intelligent error message when sampling fails | Simon Kaempflein | 2009-11-23 | 1 | -0/+6 |
* | perf tools: Eliminate some more die() uses in library functions | Arnaldo Carvalho de Melo | 2009-11-19 | 1 | -2/+5 |
* | perf tools: perf_header__read() shouldn't die() | Arnaldo Carvalho de Melo | 2009-11-19 | 1 | -7/+9 |
* | perf tools: Don't die() in perf_header__new() | Arnaldo Carvalho de Melo | 2009-11-17 | 1 | -0/+5 |
* | perf tools: Don't die() in perf_header_attr__add_id() | Arnaldo Carvalho de Melo | 2009-11-17 | 1 | -1/+4 |
* | perf tools: Don't die() in perf_header__add_attr() | Arnaldo Carvalho de Melo | 2009-11-17 | 1 | -1/+4 |
* | perf tools: Don't die in perf_header_attr__new() | Arnaldo Carvalho de Melo | 2009-11-17 | 1 | -1/+4 |
* | Merge commit 'v2.6.32-rc7' into perf/core | Ingo Molnar | 2009-11-15 | 1 | -1/+1 |
|\ |
|
| * | perf tools: Fix permission checks | Pekka Enberg | 2009-11-08 | 1 | -1/+1 |
* | | perf tools: Use perf_header__set/has_feat whenever possible | Frederic Weisbecker | 2009-11-11 | 1 | -2/+2 |
* | | perf tools: Move the build-id storage operations to headers | Frederic Weisbecker | 2009-11-11 | 1 | -30/+2 |
* | | perf tools: Synthetize the targeted process | Frederic Weisbecker | 2009-11-11 | 1 | -1/+10 |
* | | perf symbols: Use the buildids if present | Arnaldo Carvalho de Melo | 2009-11-08 | 1 | -3/+46 |
* | | perf tools: Generalize event synthesizing routines | Arnaldo Carvalho de Melo | 2009-10-27 | 1 | -171/+10 |
* | | perf record: Fix race where process can disappear while reading its /proc/pid... | Arnaldo Carvalho de Melo | 2009-10-27 | 1 | -0/+4 |
* | | perf tools: Unify debug messages mechanisms | Arnaldo Carvalho de Melo | 2009-10-23 | 1 | -1/+1 |
* | | perf tools: Introduce bitmask'ed additional headers | Frederic Weisbecker | 2009-10-19 | 1 | -2/+2 |
* | | perf tools: Use kernel bitmap library | Frederic Weisbecker | 2009-10-19 | 1 | -3/+0 |
* | | perf trace: Add filter Suppport | Li Zefan | 2009-10-15 | 1 | -1/+14 |
* | | perf tools: Fix counter sample frequency breakage | Mike Galbraith | 2009-10-12 | 1 | -1/+13 |
* | | perf tools: Merge trace.info content into perf.data | Frederic Weisbecker | 2009-10-07 | 1 | -4/+3 |
* | | perf tools: Default to 1 KHz auto-sampling freq events | Ingo Molnar | 2009-10-06 | 1 | -26/+26 |
|/ |
|
* | perf: Propagate term signal to child | Chris Wilson | 2009-10-04 | 1 | -0/+6 |
* | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -11/+11 |
* | perf record: Disable profiling before draining the buffer | Peter Zijlstra | 2009-09-17 | 1 | -1/+12 |
* | perf tools: Implement counter output multiplexing | Ingo Molnar | 2009-09-14 | 1 | -17/+26 |
* | perf tools: Add an option to multiplex counters in a single channel | Frederic Weisbecker | 2009-09-14 | 1 | -0/+6 |
* | perf trace: Sample timestamps as well | Ingo Molnar | 2009-09-03 | 1 | -0/+1 |
* | perf trace: Sample the CPU too | Ingo Molnar | 2009-09-02 | 1 | -1/+3 |
* | perf tools: Only save the event formats we need | Frederic Weisbecker | 2009-08-28 | 1 | -2/+2 |
* | perf tools: Record events info also when :record suffix is used. | Frederic Weisbecker | 2009-08-18 | 1 | -3/+11 |
* | perf tools: Add perf trace | Frederic Weisbecker | 2009-08-17 | 1 | -0/+4 |
* | perf tools: Librarize trace_event() helper | Frederic Weisbecker | 2009-08-16 | 1 | -0/+1 |
* | Merge branch 'perfcounters/urgent' into perfcounters/core | Ingo Molnar | 2009-08-15 | 1 | -37/+58 |
|\ |
|
| * | perf record: Fix typo in pid_synthesize_comm_event | Arnaldo Carvalho de Melo | 2009-08-15 | 1 | -1/+1 |
| * | perf tools: Add a general option to enable raw sample records | Frederic Weisbecker | 2009-08-13 | 1 | -0/+5 |
| * | perf tools: Add a per tracepoint counter attribute to get raw sample | Frederic Weisbecker | 2009-08-13 | 1 | -1/+1 |
| * | perf record: Add missing -C option support for specifying profile cpu | Jens Axboe | 2009-08-12 | 1 | -3/+14 |
| * | perf record: Fix .tid and .pid fill-in when synthesizing events | Arnaldo Carvalho de Melo | 2009-08-12 | 1 | -33/+38 |
* | | perf tools: Factorize the map helpers | Frederic Weisbecker | 2009-08-12 | 1 | -0/+1 |
* | | perf tools: Factorize the event structure definitions in a single file | Frederic Weisbecker | 2009-08-12 | 1 | -18/+0 |