| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | perf machine: Adopt some map_groups functions | Arnaldo Carvalho de Melo | 2010-04-27 | 1 | -6/+3 |
* | perf machine: Pass buffer size to machine__mmap_name | Arnaldo Carvalho de Melo | 2010-04-27 | 1 | -2/+2 |
* | perf tools: Rename "kernel_info" to "machine" | Arnaldo Carvalho de Melo | 2010-04-27 | 1 | -47/+45 |
* | perf: 'perf kvm' tool for monitoring guest performance from host | Zhang, Yanmin | 2010-04-19 | 1 | -75/+205 |
* | perf symbols: Fill in pgoff in mmap synthesized events | Anton Blanchard | 2010-04-03 | 1 | -0/+9 |
* | perf symbols: Pass the mmap parameters instead of using mmap_event | Arnaldo Carvalho de Melo | 2010-03-26 | 1 | -1/+2 |
* | perf symbols: Avoid unnecessary symbol loading when dso list is specified | Arnaldo Carvalho de Melo | 2010-03-26 | 1 | -15/+23 |
* | Merge commit 'v2.6.33' into perf/core | Frederic Weisbecker | 2010-02-27 | 1 | -2/+2 |
|\ |
|
| * | perf: Fix hypervisor sample reporting | Anton Blanchard | 2010-02-09 | 1 | -2/+2 |
* | | perf symbols: Fix up map end too on modular kernels with no modules installed | Arnaldo Carvalho de Melo | 2010-02-21 | 1 | -0/+6 |
* | | perf symbols: Remove perf_session usage in symbols layer | Arnaldo Carvalho de Melo | 2010-02-04 | 1 | -4/+2 |
* | | perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event | Arnaldo Carvalho de Melo | 2010-01-20 | 1 | -0/+1 |
* | | perf symbols: Accept an alias when looking for "_text" | Arnaldo Carvalho de Melo | 2010-01-16 | 1 | -1/+6 |
* | | perf symbols: The synthesized kernel modules MMAP must use the pathnames | Arnaldo Carvalho de Melo | 2010-01-16 | 1 | -3/+3 |
* | | perf symbols: Create thread__find_addr_map from thread__find_addr_location | Arnaldo Carvalho de Melo | 2010-01-16 | 1 | -9/+17 |
* | | perf record: Encode the domain while synthesizing MMAP events | Arnaldo Carvalho de Melo | 2010-01-16 | 1 | -2/+9 |
* | | perf symbols: Cache /proc/kallsyms files by build-id | Arnaldo Carvalho de Melo | 2010-01-16 | 1 | -1/+1 |
* | | perf tools: Don't cast RIP to pointers | Arnaldo Carvalho de Melo | 2010-01-16 | 1 | -6/+3 |
* | | perf tools: Encode kernel module mappings in perf.data | Arnaldo Carvalho de Melo | 2010-01-13 | 1 | -12/+94 |
* | | perf tools: Create typedef for common event synthesizing callback | Arnaldo Carvalho de Melo | 2010-01-13 | 1 | -11/+5 |
* | | perf tools: Handle relocatable kernels | Arnaldo Carvalho de Melo | 2010-01-13 | 1 | -3/+61 |
|/ |
|
* | perf report: Generalize perf_session__fprintf_hists() | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -1/+29 |
* | perf symbols: Move symbol filtering to event__preprocess_sample() | Arnaldo Carvalho de Melo | 2009-12-16 | 1 | -0/+42 |
* | perf session: Event statistics also are per session | Arnaldo Carvalho de Melo | 2009-12-15 | 1 | -4/+2 |
* | perf session: Move kmaps to perf_session | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -6/+7 |
* | perf session: Move the global threads list to perf_session | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -9/+9 |
* | perf session: Reduce the number of parms to perf_session__process_events | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -5/+3 |
* | perf session: Pass the perf_session to the event handling operations | Arnaldo Carvalho de Melo | 2009-12-14 | 1 | -14/+23 |
* | perf symbols: Rename kthreads to kmaps, using another abstraction for it | Arnaldo Carvalho de Melo | 2009-12-12 | 1 | -5/+6 |