aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27perf: Use sample_flags for addrNamhyung Kim3-4/+17
2022-09-21perf/core: Convert snprintf() to scnprintf()Jules Irenge1-3/+3
2022-09-13perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLYNamhyung Kim3-15/+0
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim2-4/+12
2022-09-13perf: Use sample_flags for callchainNamhyung Kim3-4/+10
2022-09-07perf/x86/intel: Optimize FIXED_CTR_CTRL accessKan Liang2-9/+17
2022-09-07perf/x86/p4: Remove perfctr_second_write quirkPeter Zijlstra3-22/+29
2022-09-07perf/x86/intel: Remove x86_pmu::update_topdown_eventPeter Zijlstra2-11/+12
2022-09-07perf/x86/intel: Remove x86_pmu::set_topdown_event_periodPeter Zijlstra2-7/+10
2022-09-07perf/x86: Add a x86_pmu::limit_period static_callPeter Zijlstra1-4/+5
2022-09-07perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra4-22/+20
2022-09-07perf/x86/intel: Move the topdown stuff into the intel driverPeter Zijlstra2-10/+23
2022-09-07perf/x86: Add two more x86_pmu methodsPeter Zijlstra2-5/+22
2022-09-07perf: Add a few assertionsPeter Zijlstra2-0/+19
2022-09-07x86/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual2-18/+38
2022-09-07arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual2-5/+8
2022-09-07perf/core: Assert PERF_EVENT_FLAG_ARCH does not overlap with generic flagsAnshuman Khandual1-0/+2
2022-09-07perf/core: Expand PERF_EVENT_FLAG_ARCHAnshuman Khandual1-1/+1
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual2-7/+28
2022-09-06perf: Use sample_flags for txnKan Liang3-4/+10
2022-09-06perf: Use sample_flags for data_srcKan Liang4-5/+13
2022-09-06perf: Use sample_flags for weightKan Liang4-7/+14
2022-09-06perf: Use sample_flags for branch stackKan Liang7-8/+18
2022-09-06perf/x86/intel/pebs: Fix PEBS timestamps overwrittenKan Liang1-2/+6
2022-09-06perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang2-6/+13
2022-08-30perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targetsMarco Elver1-31/+124
2022-08-30perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task targetsMarco Elver1-4/+53
2022-08-30perf/hw_breakpoint: Introduce bp_slots_histogramMarco Elver1-33/+63
2022-08-30perf/hw_breakpoint: Reduce contention with large number of tasksMarco Elver1-28/+133
2022-08-30locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver2-0/+12
2022-08-30powerpc/hw_breakpoint: Avoid relying on caller synchronizationMarco Elver1-13/+40
2022-08-30perf/hw_breakpoint: Remove useless code related to flexible breakpointsMarco Elver1-40/+17
2022-08-30perf/hw_breakpoint: Make hw_breakpoint_weight() inlinableMarco Elver2-2/+3
2022-08-30perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver3-41/+63
2022-08-30perf/hw_breakpoint: Mark data __ro_after_initMarco Elver1-3/+3
2022-08-30perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver2-22/+37
2022-08-30perf/hw_breakpoint: Clean up headersMarco Elver1-10/+9
2022-08-30perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in testMarco Elver3-1/+43
2022-08-30perf/hw_breakpoint: Add KUnit test for constraints accountingMarco Elver3-0/+334
2022-08-29perf: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platformAnshuman Khandual1-0/+6
2022-08-29perf: Capture branch privilege informationAnshuman Khandual1-1/+13
2022-08-29perf: Extend branch type classificationAnshuman Khandual1-1/+15
2022-08-29perf: Add system error and not in transaction branch typesAnshuman Khandual2-1/+3
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 branch speculation info supportSandipan Das1-3/+32
2022-08-27perf/core: Add speculation info to branch entriesSandipan Das2-1/+15
2022-08-27perf/x86/amd/lbr: Use fusion-aware branch classifierSandipan Das1-2/+10
2022-08-27perf/x86: Make branch classifier fusion-awareSandipan Das2-69/+102
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 software branch filter supportSandipan Das1-5/+87
2022-08-27perf/x86: Move branch classifierSandipan Das4-274/+279
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 hardware branch filter supportSandipan Das2-7/+108