index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
pmu.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-11
perf pmu: Count sys and cpuid JSON events separately
Ian Rogers
1
-21
/
+49
2024-05-03
perf pmu: Assume sysfs events are always the same case
Ian Rogers
1
-5
/
+26
2024-05-03
perf test pmu: Add an eagerly loaded event test
Ian Rogers
1
-21
/
+48
2024-05-03
perf test pmu: Refactor format test and exposed test APIs
Ian Rogers
1
-5
/
+6
2024-04-26
perf pmu: Refactor perf_pmu__match()
Ian Rogers
1
-8
/
+19
2024-03-21
perf tools: Add/use PMU reverse lookup from config to name
Ian Rogers
1
-0
/
+18
2024-03-21
perf list: Give more details about raw event encodings
Ian Rogers
1
-1
/
+61
2024-03-21
perf pmu: Drop "default_core" from alias names
Ian Rogers
1
-1
/
+2
2024-02-26
perf pmu: Fix a potential memory leak in perf_pmu__lookup()
Christophe JAILLET
1
-4
/
+3
2024-02-02
perf parse-events: Improve error location of terms cloned from an event
Ian Rogers
1
-4
/
+5
2024-01-25
perf pmu: Treat the msr pmu as software
Ian Rogers
1
-1
/
+11
2024-01-24
perf mem: Add mem_events into the supported perf_pmu
Kan Liang
1
-1
/
+3
2023-11-27
perf parse-events: Make legacy events lower priority than sysfs/JSON
Ian Rogers
1
-2
/
+6
2023-10-30
Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-next
Namhyung Kim
1
-4
/
+4
2023-10-17
perf pmu: Lazily compute default config
Ian Rogers
1
-2
/
+1
2023-10-17
perf pmu: Const-ify perf_pmu__config_terms
Ian Rogers
1
-5
/
+5
2023-10-17
perf pmu: Const-ify file APIs
Ian Rogers
1
-6
/
+6
2023-10-17
perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_init
Ian Rogers
1
-7
/
+6
2023-10-10
Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-next
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-09-29
perf pmus: Make PMU alias name loading lazy
Ian Rogers
1
-18
/
+21
2023-09-27
perf pmu: "Compat" supports regular expression matching identifiers
Jing Zhang
1
-2
/
+25
2023-09-26
perf pmu: Fix perf stat output with correct scale and unit
Wyes Karny
1
-4
/
+4
2023-09-17
perf pmu: Ensure all alias variables are initialized
Ian Rogers
1
-1
/
+1
2023-09-15
perf pmu: Remove unused function
James Clark
1
-5
/
+0
2023-09-15
perf pmu: Move pmu__find_core_pmu() to pmus.c
James Clark
1
-17
/
+0
2023-09-11
perf parse-events: Introduce 'struct parse_events_terms'
Ian Rogers
1
-24
/
+25
2023-08-31
perf parse-events: Fix propagation of term's no_value when cloning
Ian Rogers
1
-1
/
+1
2023-08-30
perf pmu: Remove str from perf_pmu_alias
Ian Rogers
1
-23
/
+10
2023-08-30
perf parse-events: Make common term list to strbuf helper
Ian Rogers
1
-15
/
+4
2023-08-30
perf pmu: Avoid uninitialized use of alias->str
Ian Rogers
1
-0
/
+2
2023-08-29
perf jevents: Use "default_core" for events with no Unit
Ian Rogers
1
-1
/
+6
2023-08-29
perf pmus: Skip duplicate PMUs and don't print list suffix by default
Ian Rogers
1
-5
/
+12
2023-08-25
perf pmu: Make id const and add missing free
Ian Rogers
1
-0
/
+1
2023-08-25
perf parse-events: Make term's config const
Ian Rogers
1
-1
/
+1
2023-08-25
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
1
-7
/
+9
2023-08-24
perf pmu: Lazily load sysfs aliases
Ian Rogers
1
-39
/
+42
2023-08-24
perf pmu: Be lazy about loading event info files from sysfs
Ian Rogers
1
-45
/
+83
2023-08-24
perf pmu: Scan type early to fail an invalid PMU quickly
Ian Rogers
1
-7
/
+12
2023-08-24
perf pmu: Lazily add JSON events
Ian Rogers
1
-12
/
+38
2023-08-24
perf pmu: Cache JSON events table
Ian Rogers
1
-9
/
+7
2023-08-24
perf pmu: Merge JSON events with sysfs at load time
Ian Rogers
1
-89
/
+88
2023-08-24
perf pmu: Prefer passing pmu to aliases list
Ian Rogers
1
-28
/
+16
2023-08-24
perf pmu: Parse sysfs events directly from a file
Ian Rogers
1
-31
/
+17
2023-08-24
perf pmu-events: Reduce processed events by passing PMU
Ian Rogers
1
-25
/
+10
2023-08-24
perf parse-events: Improve error message for double setting
Ian Rogers
1
-7
/
+27
2023-08-24
perf pmu-events: Add extra underscore to function names
Ian Rogers
1
-1
/
+1
2023-08-24
perf pmu: Abstract alias/event struct
Ian Rogers
1
-18
/
+194
2023-08-24
perf pmu: Make the loading of formats lazy
Ian Rogers
1
-48
/
+96
2023-08-23
perf pmu: Pass PMU rather than aliases and format
Ian Rogers
1
-31
/
+38
2023-08-23
perf pmu: Avoid passing format list to perf_pmu__format_bits()
Ian Rogers
1
-3
/
+3
[next]