- ce711ea perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch by Kan Liang · 4 years, 7 months ago
- 5a09928 perf/x86: Remove task_ctx_size by Kan Liang · 4 years, 7 months ago
- 33cad284 perf/x86/intel/lbr: Create kmem_cache for the LBR context data by Kan Liang · 4 years, 7 months ago
- 47125db perf/x86/intel/lbr: Support Architectural LBR by Kan Liang · 4 years, 7 months ago
- 631618a perf/x86/intel/lbr: Factor out intel_pmu_store_lbr by Kan Liang · 4 years, 7 months ago
- fda1f99 perf/x86/intel/lbr: Factor out rdlbr_all() and wrlbr_all() by Kan Liang · 4 years, 7 months ago
- 020d91e perf/x86/intel/lbr: Mark the {rd,wr}lbr_{to,from} wrappers __always_inline by Kan Liang · 4 years, 7 months ago
- 5624986 perf/x86/intel/lbr: Unify the stored format of LBR information by Kan Liang · 4 years, 7 months ago
- 49d8184 perf/x86/intel/lbr: Support LBR_CTL by Kan Liang · 4 years, 7 months ago
- f42be86 perf/x86/intel/lbr: Use dynamic data structure for task_ctx by Kan Liang · 4 years, 7 months ago
- 530bfff perf/x86/intel/lbr: Factor out a new struct for generic optimization by Kan Liang · 4 years, 7 months ago
- 799571b perf/x86/intel/lbr: Add the function pointers for LBR save and restore by Kan Liang · 4 years, 7 months ago
- c301b1d perf/x86/intel/lbr: Add a function pointer for LBR read by Kan Liang · 4 years, 7 months ago
- 9f354a7 perf/x86/intel/lbr: Add a function pointer for LBR reset by Kan Liang · 4 years, 7 months ago
- e1ad1ac perf/x86: Keep LBR records unchanged in host context for guest usage by Like Xu · 4 years, 7 months ago
- 097e431 perf/x86: Add constraint to create guest LBR event without hw counter by Like Xu · 4 years, 7 months ago
- b2d6504 perf/x86/lbr: Add interface to get LBR information by Like Xu · 4 years, 7 months ago
- db278b9 perf/x86/intel: Output LBR TOS information correctly by Kan Liang · 5 years ago
- bbfd5e4 perf/core: Add new branch sample type for HW index of raw branch records by Kan Liang · 5 years ago
- 421ca86 perf/x86/intel: Implement LBR callstack context synchronization by Alexey Budankov · 5 years ago
- d9f3b45 perf/x86: Make more stuff static by Valdis Klētnieks · 5 years ago
- d3617b98 perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles them by Andi Kleen · 6 years ago
- c22497f perf/x86/intel: Support adaptive PEBS v4 by Kan Liang · 6 years ago
- 2b0fc37 x86/events: Mark expected switch-case fall-throughs by Gustavo A. R. Silva · 6 years ago
- 16160c1 perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUs by Jacek Tomaka · 6 years ago
- 8b077e4a perf/x86/intel/lbr: Optimize context switches for the LBR call stack by Kan Liang · 7 years ago
- 0592e57 perf/x86/intel/lbr: Fix incomplete LBR call stack by Kan Liang · 7 years ago
- b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- f5db340 Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refresh the tree by Ingo Molnar · 7 years ago
- df6c3db perf/x86/intel: Add proper condition to run sched_task callbacks by Jiri Olsa · 7 years ago
- d5c7f9d perf/x86/intel: Record branch type by Jin Yao · 8 years ago
- e91c8d9 perf/x86/intel: Constify the 'lbr_desc[]' array and make a function static by Colin Ian King · 8 years ago
- f2200ac perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32() by Peter Zijlstra · 8 years ago
- 5c38181 perf/x86/intel: Remove an inconsistent NULL check by Dan Carpenter · 8 years ago
- 3e2c1a6 perf/x86/intel: Clean up LBR state tracking by Peter Zijlstra · 9 years ago
- a5dcff6 perf/x86/intel: Remove redundant test from intel_pmu_lbr_add() by Peter Zijlstra · 9 years ago
- c3a61a2 perf/x86/intel: Eliminate dead code in intel_pmu_lbr_del() by Peter Zijlstra · 9 years ago
- 68f7082 perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}() by Peter Zijlstra · 9 years ago
- aefbc4d perf/x86/intel: Fix rdlbr_to() MSR reading typo by Peter Zijlstra · 9 years ago
- d4cf194 perf/x86/intel: Add {rd,wr}lbr_{to,from} wrappers by Peter Zijlstra · 9 years ago
- 71adae9 perf/x86/intel: Add MSR_LAST_BRANCH_FROM_x quirk for ctx switch by David Carrillo-Cisneros · 9 years ago
- 3812bba perf/x86/intel: Fix trivial formatting and style bug by David Carrillo-Cisneros · 9 years ago
- 19fc9dd perf/x86/intel: Fix MSR_LAST_BRANCH_FROM_x bug when no TSX by David Carrillo-Cisneros · 9 years ago
- f09509b perf/x86/intel: Print LBR support statement after validation by David Carrillo-Cisneros · 9 years ago
- 0b20e59 Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 9 years ago
- cf3beb7 perf/x86/intel: Fix incorrect lbr_sel_mask value by Kan Liang · 9 years ago
- f21d5ad perf/x86/intel: Add LBR filter support for Silvermont and Airmont CPUs by Kan Liang · 9 years ago
- 8b92c3a perf/x86/intel: Add Goldmont CPU support by Kan Liang · 9 years ago
- 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
- 27f6d22 perf/x86: Move perf_event.h to its new home by Borislav Petkov · 9 years ago
- c85cc44 perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c by Borislav Petkov · 9 years ago[Renamed (99%) from arch/x86/kernel/cpu/perf_event_intel_lbr.c]
- 1e7b939 perf/x86/intel: Add perf core PMU support for Intel Knights Landing by Harish Chegondi · 9 years ago
- 6fc2e83 perf/x86: Fix LBR related crashes on Intel Atom by Stephane Eranian · 9 years ago
- b16a5b5 perf/x86: Add option to disable reading branch flags/cycles by Andi Kleen · 9 years ago
- b28ae95 perf/x86: Fix LBR call stack save/restore by Andi Kleen · 9 years ago
- d892819 perf/x86: Add support for PERF_SAMPLE_BRANCH_CALL by Stephane Eranian · 9 years ago
- 96f3eda perf/x86/intel: Fix static checker warning in lbr enable by Kan Liang · 9 years ago
- deb2751 perf/x86/intel: Fix LBR callstack issue caused by FREEZE_LBRS_ON_PMI by Kan Liang · 9 years ago
- 90405aa perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode by Andi Kleen · 10 years ago
- e057336 perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with call stack by Andi Kleen · 10 years ago
- 9a92e16 perf/x86/intel: Add Intel Skylake PMU support by Andi Kleen · 10 years ago
- 425507f perf/x86/intel/lbr: Optimize v4 LBR unfreezing by Andi Kleen · 10 years ago
- 50eab8f perf/x86/intel/lbr: Add support for LBRv5 by Andi Kleen · 10 years ago
- 9c964ef perf/x86/intel: Drain the PEBS buffer during context switches by Yan, Zheng · 10 years ago
- 7b74cfb perf/x86/intel: add support for PERF_SAMPLE_BRANCH_IND_JUMP by Stephane Eranian · 10 years ago
- cd1f11d perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRs by Andi Kleen · 10 years ago
- 1a78d93 perf/x86/intel: Streamline LBR MSR handling in PMI by Andi Kleen · 10 years ago
- 2c44b19 perf/x86/intel: Expose LBR callstack to user space tooling by Peter Zijlstra · 10 years ago
- aa54ae9 perf/x86/intel: Discard zero length call entries in LBR call stack by Yan, Zheng · 10 years ago
- 2c70d00 perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack mode by Yan, Zheng · 10 years ago
- 76cb2c6 perf/x86/intel: Save/restore LBR stack during context switch by Yan, Zheng · 10 years ago
- 63f0c1d perf/x86/intel: Track number of events that use the LBR callstack by Yan, Zheng · 10 years ago
- e9d7f7cd perf/x86/intel: Add basic Haswell LBR call stack support by Yan, Zheng · 10 years ago
- 2a0ad3b perf/x86/intel: Use context switch callback to flush LBR stack by Yan, Zheng · 10 years ago
- 27ac905 perf/x86/intel: Reduce lbr_sel_map[] size by Yan, Zheng · 10 years ago
- 6ba48ff x86: Remove arbitrary instruction size limit in instruction decoder by Dave Hansen · 10 years ago
- 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
- 066ce64 perf/x86/intel: Mark initialization code as such by Mathias Krause · 10 years ago
- 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
- 3754891 perf/x86: Add conditional branch filtering support by Anshuman Khandual · 11 years ago
- 0a19684 perf: Fix arch_perf_out_copy_user default by Peter Zijlstra · 11 years ago
- b7af41a perf/x86: Suppress duplicated abort LBR records by Andi Kleen · 11 years ago
- 135c561 perf/x86/intel: Support Haswell/v4 LBR format by Andi Kleen · 12 years ago
- 2b923c8 perf/x86: Check branch sampling priv level in generic code by Stephane Eranian · 12 years ago
- 7cc23cd perf/x86/intel/lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNEL by Peter Zijlstra · 12 years ago
- 6e15eb3 perf/x86/intel/lbr: Fix LBR filter by Peter Zijlstra · 12 years ago
- 3ec18cd perf/x86: Enable Intel Cedarview Atom suppport by Stephane Eranian · 12 years ago
- 3e702ff perf/x86: Add LBR software filter support for Intel CPUs by Stephane Eranian · 13 years ago
- 60ce0fb perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUs by Stephane Eranian · 13 years ago
- 88c9a65 perf/x86: Disable LBR support for older Intel Atom processors by Stephane Eranian · 13 years ago
- c5cc2cd perf/x86: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filters by Stephane Eranian · 13 years ago
- 225ce53 perf/x86: Add Intel LBR MSR definitions by Stephane Eranian · 13 years ago
- bce38cd perf: Add generic taken branch sampling support by Stephane Eranian · 13 years ago
- 84f2b9b perf: Remove deprecated WARN_ON_ONCE() by Stephane Eranian · 13 years ago
- de0428a x86, perf: Clean up perf_event cpu code by Kevin Winchester · 13 years ago
- 7c5ecaf perf, x86: Clean up debugctlmsr bit definitions by Peter Zijlstra · 15 years ago
- 63fb3f9 perf, x86: Fix LBR read-out by Peter Zijlstra · 15 years ago
- b83a46e perf, x86: Don't reset the LBR as frequently by Peter Zijlstra · 15 years ago
- 2df202b perf, x86: Fix LBR enable/disable vs cpuc->enabled by Peter Zijlstra · 15 years ago