index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
event_analyzing_sample.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
perf/x86/rapl: Add support for Intel Alder Lake
Zhang Rui
1
-0
/
+2
2021-04-19
perf/x86/cstate: Add Alder Lake CPU support
Kan Liang
1
-10
/
+29
2021-04-19
perf/x86/msr: Add Alder Lake CPU support
Kan Liang
1
-0
/
+2
2021-04-19
perf/x86/intel/uncore: Add Alder Lake support
Kan Liang
3
-0
/
+139
2021-04-19
perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE
Kan Liang
4
-12
/
+42
2021-04-19
perf/x86/intel: Add Alder Lake Hybrid support
Kan Liang
3
-1
/
+268
2021-04-19
perf/x86: Support filter_match callback
Kan Liang
2
-0
/
+11
2021-04-19
perf/x86/intel: Add attr_update for Hybrid PMUs
Kan Liang
1
-6
/
+114
2021-04-19
perf/x86: Add structures for the attributes of Hybrid PMUs
Kan Liang
3
-0
/
+74
2021-04-19
perf/x86: Register hybrid PMUs
Kan Liang
3
-21
/
+223
2021-04-19
perf/x86: Factor out x86_pmu_show_pmu_cap
Kan Liang
2
-9
/
+19
2021-04-19
perf/x86: Remove temporary pmu assignment in event_init
Kan Liang
1
-11
/
+0
2021-04-19
perf/x86/intel: Factor out intel_pmu_check_extra_regs
Kan Liang
1
-14
/
+21
2021-04-19
perf/x86/intel: Factor out intel_pmu_check_event_constraints
Kan Liang
1
-35
/
+47
2021-04-19
perf/x86/intel: Factor out intel_pmu_check_num_counters
Kan Liang
1
-14
/
+24
2021-04-19
perf/x86: Hybrid PMU support for extra_regs
Kan Liang
3
-8
/
+13
2021-04-19
perf/x86: Hybrid PMU support for event constraints
Kan Liang
4
-5
/
+10
2021-04-19
perf/x86: Hybrid PMU support for hardware cache event
Kan Liang
2
-3
/
+11
2021-04-19
perf/x86: Hybrid PMU support for unconstrained
Kan Liang
2
-1
/
+12
2021-04-19
perf/x86: Hybrid PMU support for counters
Kan Liang
4
-25
/
+56
2021-04-19
perf/x86: Hybrid PMU support for intel_ctrl
Kan Liang
3
-14
/
+24
2021-04-19
perf/x86/intel: Hybrid PMU support for perf capabilities
Kan Liang
5
-7
/
+60
2021-04-19
perf/x86: Track pmu in per-CPU cpu_hw_events
Kan Liang
5
-12
/
+24
2021-04-19
x86/cpu: Add helper function to get the type of the current hybrid CPU
Ricardo Neri
2
-0
/
+22
2021-04-19
x86/cpufeatures: Enumerate Intel Hybrid Technology feature bit
Ricardo Neri
1
-0
/
+1
2021-04-16
perf/amd/uncore: Fix sysfs type mismatch
Nathan Chancellor
1
-3
/
+3
2021-04-16
x86/events/amd/iommu: Fix sysfs type mismatch
Nathan Chancellor
1
-3
/
+3
2021-04-16
perf core: Add PERF_COUNT_SW_CGROUP_SWITCHES event
Namhyung Kim
2
-0
/
+8
2021-04-16
perf core: Factor out __perf_sw_event_sched
Namhyung Kim
1
-21
/
+12
2021-04-16
perf/x86: Move cpuc->running into P4 specific code
Kan Liang
3
-5
/
+13
2021-04-16
selftests/perf_events: Add kselftest for remove_on_exec
Marco Elver
3
-1
/
+262
2021-04-16
selftests/perf_events: Add kselftest for process-wide sigtrap handling
Marco Elver
5
-0
/
+220
2021-04-16
perf: Add support for SIGTRAP on perf events
Marco Elver
3
-2
/
+58
2021-04-16
signal: Introduce TRAP_PERF si_code and si_perf to siginfo
Marco Elver
8
-3
/
+33
2021-04-16
perf: Add support for event removal on exec
Marco Elver
2
-9
/
+64
2021-04-16
perf: Support only inheriting events if cloned with CLONE_THREAD
Marco Elver
4
-11
/
+20
2021-04-16
perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children
Marco Elver
1
-1
/
+21
2021-04-16
perf: Rework perf_event_exit_event()
Peter Zijlstra
2
-63
/
+80
2021-04-16
perf intel-pt: Use aux_watermark
Alexander Shishkin
1
-0
/
+6
2021-04-16
perf: Cap allocation order at aux_watermark
Alexander Shishkin
1
-16
/
+18
2021-04-02
perf/x86/intel/uncore: Enable IIO stacks to PMON mapping for multi-segment SKX
Alexander Antonov
3
-34
/
+47
2021-04-02
perf/x86/intel/uncore: Generic support for the MMIO type of uncore blocks
Kan Liang
4
-0
/
+101
2021-04-02
perf/x86/intel/uncore: Generic support for the PCI type of uncore blocks
Kan Liang
4
-7
/
+177
2021-04-02
perf/x86/intel/uncore: Rename uncore_notifier to uncore_pci_sub_notifier
Kan Liang
1
-6
/
+14
2021-04-02
perf/x86/intel/uncore: Generic support for the MSR type of uncore blocks
Kan Liang
4
-10
/
+182
2021-04-02
perf/x86/intel/uncore: Parse uncore discovery tables
Kan Liang
4
-8
/
+448
2021-03-16
perf/core: Fix unconditional security_locked_down() call
Ondrej Mosnacek
1
-6
/
+6
2021-03-16
perf core: Allocate perf_event in the target node memory
Namhyung Kim
1
-1
/
+4
2021-03-16
perf core: Add a kmem_cache for struct perf_event
Namhyung Kim
1
-3
/
+6
2021-03-16
perf core: Allocate perf_buffer in the target node memory
Namhyung Kim
1
-3
/
+6
[next]