| Commit message (Expand) | Author | Files | Lines |
2015-02-18 | perf tools: Construct LBR call chain | Kan Liang | 3 | -17/+153 |
2015-02-18 | perf tools: Enable LBR call stack support | Kan Liang | 6 | -6/+40 |
2015-02-18 | perf/x86/intel: Expose LBR callstack to user space tooling | Peter Zijlstra | 3 | -20/+12 |
2015-02-18 | perf/x86/intel: Discard zero length call entries in LBR call stack | Yan, Zheng | 1 | -2/+11 |
2015-02-18 | perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack mode | Yan, Zheng | 1 | -4/+13 |
2015-02-18 | perf/x86/intel: Re-organize code that implicitly enables LBR/PEBS | Yan, Zheng | 1 | -30/+29 |
2015-02-18 | perf: Simplify the branch stack check | Yan, Zheng | 3 | -17/+11 |
2015-02-18 | perf/x86/intel: Save/restore LBR stack during context switch | Yan, Zheng | 1 | -12/+76 |
2015-02-18 | perf/x86/intel: Track number of events that use the LBR callstack | Yan, Zheng | 1 | -0/+19 |
2015-02-18 | perf/x86/intel: Allocate space for storing LBR stack | Yan, Zheng | 2 | -0/+11 |
2015-02-18 | perf: Always switch pmu specific data during context switch | Yan, Zheng | 1 | -0/+3 |
2015-02-18 | perf: Add pmu specific data for perf task context | Yan, Zheng | 2 | -4/+42 |
2015-02-18 | perf/x86/intel: Add basic Haswell LBR call stack support | Yan, Zheng | 3 | -24/+83 |
2015-02-18 | perf/x86/intel: Use context switch callback to flush LBR stack | Yan, Zheng | 6 | -99/+30 |
2015-02-18 | perf: Introduce pmu context switch callback | Yan, Zheng | 4 | -0/+75 |
2015-02-18 | perf/x86/intel: Reduce lbr_sel_map[] size | Yan, Zheng | 3 | -43/+64 |
2015-02-18 | perf/x86/amd/ibs: Convert force_ibs_eilvt_setup() to void | Aravind Gopalakrishnan | 1 | -7/+5 |
2015-02-18 | perf: Update userspace page info for software event | Shaohua Li | 1 | -0/+3 |
2015-02-18 | perf: Update shadow timestamp before add event | Shaohua Li | 1 | -4/+4 |
2015-02-18 | perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() call | Markus Elfring | 1 | -2/+1 |
2015-02-13 | perf trace: Support --events foo:bar --no-syscalls | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2015-02-13 | perf trace: Allow mixing with other events | Arnaldo Carvalho de Melo | 1 | -7/+44 |
2015-02-13 | perf trace: Handle multiple threads better wrt syscalls being intermixed | Arnaldo Carvalho de Melo | 1 | -0/+28 |
2015-02-13 | perf trace: Print thread info when following children | Arnaldo Carvalho de Melo | 1 | -1/+3 |
2015-02-13 | perf list: Place the header text in its right position | Yunlong Song | 2 | -5/+3 |
2015-02-13 | perf: Remove the extra validity check on nr_pages | Kaixu Xia | 1 | -1/+1 |
2015-02-13 | perf tools: Fix a bug of segmentation fault | Yunlong Song | 1 | -2/+4 |
2015-02-12 | perf build: Display make commands on V=1 | Jiri Olsa | 2 | -22/+30 |
2015-02-12 | tools lib lockdep: Use tools build framework | Jiri Olsa | 2 | -109/+24 |
2015-02-12 | tools lib traceevent: Use tools build framework | Jiri Olsa | 3 | -132/+65 |
2015-02-12 | tools lib api: Rename libapikfs.a to libapi.a | Jiri Olsa | 6 | -21/+21 |
2015-02-12 | tools lib api: Use tools build framework | Jiri Olsa | 5 | -46/+35 |