| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Ensure comm string is properly terminated | David Ahern | 2012-02-29 | 1 | -0/+1 |
* | perf tools: Fix prefix matching for kernel maps | Jiri Olsa | 2012-02-06 | 1 | -1/+1 |
* | perf tools: Look up thread names for system wide profiling | David Ahern | 2011-12-23 | 1 | -22/+53 |
* | perf tools: Fix comm for processes with named threads | David Ahern | 2011-12-23 | 1 | -5/+32 |
* | perf events: Tidy up perf_event__preprocess_sample | Namhyung Kim | 2011-12-20 | 1 | -6/+7 |
* | perf event: Introduce perf_event__fprintf | Arnaldo Carvalho de Melo | 2011-12-02 | 1 | -6/+48 |
* | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -27/+27 |
* | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -87/+64 |
* | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo | 2011-11-28 | 1 | -27/+39 |
* | perf symbols: Synthesize anonymous mmap events | Anton Blanchard | 2011-09-23 | 1 | -0/+5 |
* | perf evlist: Don't die if sample_{id_all|type} is invalid | Arnaldo Carvalho de Melo | 2011-06-03 | 1 | -16/+0 |
* | perf symbols: Handle /proc/sys/kernel/kptr_restrict | Arnaldo Carvalho de Melo | 2011-05-26 | 1 | -3/+12 |
* | perf tools: Fix sample type size calculation in 32 bits archs | Frederic Weisbecker | 2011-05-24 | 1 | -1/+1 |
* | perf tools: Fix sample size bit operations | Frederic Weisbecker | 2011-05-23 | 1 | -16/+16 |
* | perf tools: Pre-check sample size before parsing | Frederic Weisbecker | 2011-05-22 | 1 | -0/+16 |
* | perf symbols: Fix vsyscall symbol lookup | Andrew Lutomirski | 2011-03-28 | 1 | -1/+1 |
* | perf hists: Remove needless global col lenght calcs | Arnaldo Carvalho de Melo | 2011-03-05 | 1 | -56/+1 |
* | Merge remote branch 'acme/perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2011-02-11 | 1 | -5/+14 |
|\ |
|
| * | perf tools: Fix thread_map event synthesizing in top and record | Arnaldo Carvalho de Melo | 2011-02-10 | 1 | -5/+13 |
* | | perf tools: Kill event_t typedef, use 'union perf_event' instead | Arnaldo Carvalho de Melo | 2011-01-29 | 1 | -89/+98 |
* | | perf tools: Rename 'struct sample_data' to 'struct perf_sample' | Arnaldo Carvalho de Melo | 2011-01-29 | 1 | -8/+8 |
* | | perf events: Account PERF_RECORD_LOST events in event__process | Arnaldo Carvalho de Melo | 2011-01-29 | 1 | -0/+2 |
* | | perf tools: Move event__parse_sample to evsel.c | Arnaldo Carvalho de Melo | 2011-01-24 | 1 | -125/+0 |
|/ |
|
* | perf tools: Fix 64 bit integer format strings | Arnaldo Carvalho de Melo | 2011-01-22 | 1 | -2/+3 |
* | perf symbols: Improve kallsyms symbol end addr calculation | Arnaldo Carvalho de Melo | 2010-12-22 | 1 | -1/+2 |
* | perf event: Prevent unbound event__name array access | Thomas Gleixner | 2010-12-09 | 1 | -1/+11 |
* | perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events | Arnaldo Carvalho de Melo | 2010-12-04 | 1 | -85/+200 |
* | perf session: Parse sample earlier | Arnaldo Carvalho de Melo | 2010-12-04 | 1 | -38/+28 |
* | perf symbols: Correct final kernel map guesses | Ian Munsie | 2010-11-27 | 1 | -1/+1 |
* | perf: expose event__process function | Srikar Dronamraju | 2010-08-04 | 1 | -0/+20 |
* | perf events: Fix mmap offset determination | Dave Martin | 2010-08-04 | 1 | -7/+1 |
* | perf tools: Release session and symbol resources on exit | Arnaldo Carvalho de Melo | 2010-07-30 | 1 | -2/+3 |
* | perf symbols: Precisely specify if dso->{long,short}_name should be freed | Arnaldo Carvalho de Melo | 2010-07-29 | 1 | -0/+1 |
* | perf report: Don't abbreviate file paths relative to the cwd | Dave Martin | 2010-07-27 | 1 | -1/+1 |
* | perf sort: Make column width code per hists instance | Arnaldo Carvalho de Melo | 2010-07-23 | 1 | -18/+16 |
* | Merge branch 'linus' into perf/core | Thomas Gleixner | 2010-06-28 | 1 | -1/+3 |
|\ |
|
| * | perf session: Remove threads from tree on PERF_RECORD_EXIT | Arnaldo Carvalho de Melo | 2010-06-17 | 1 | -1/+3 |
* | | perf report: Implement --sort cpu | Arun Sharma | 2010-06-05 | 1 | -0/+1 |
* | | perf tools: Make event__preprocess_sample parse the sample | Arnaldo Carvalho de Melo | 2010-06-05 | 1 | -4/+29 |
* | | perf report: Make -D print sampled CPU | Stephane Eranian | 2010-06-05 | 1 | -1/+2 |
|/ |
|
* | perf: Do the comm inheritance per thread in event__process_task | Frederic Weisbecker | 2010-06-01 | 1 | -7/+2 |
* | perf: Process comm events by tid | Frederic Weisbecker | 2010-05-31 | 1 | -2/+2 |
* | perf hist: Clarify events_stats fields usage | Arnaldo Carvalho de Melo | 2010-05-14 | 1 | -1/+1 |
* | perf hist: Make event__totals per hists | Arnaldo Carvalho de Melo | 2010-05-14 | 1 | -0/+17 |
* | perf hist: Introduce hists class and move lots of methods to it | Arnaldo Carvalho de Melo | 2010-05-10 | 1 | -1/+1 |
* | perf session: Embed the host machine data on perf_session | Arnaldo Carvalho de Melo | 2010-05-09 | 1 | -0/+10 |
* | perf symbols: Check if a struct machine instance was found | Arnaldo Carvalho de Melo | 2010-05-09 | 1 | -2/+8 |
* | perf symbols: Consider unresolved DSOs in the dso__col_widt calculation | Arnaldo Carvalho de Melo | 2010-05-09 | 1 | -0/+7 |
* | perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf | Arnaldo Carvalho de Melo | 2010-05-05 | 1 | -2/+4 |
* | perf: Fix performance issue with perf report | Anton Blanchard | 2010-05-04 | 1 | -0/+1 |