index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
pmu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf parse-events: Make legacy events lower priority than sysfs/JSON
Ian Rogers
2023-11-27
1
-1
/
+2
*
perf pmu: Lazily compute default config
Ian Rogers
2023-10-17
1
-3
/
+4
*
perf pmu: Const-ify perf_pmu__config_terms
Ian Rogers
2023-10-17
1
-1
/
+1
*
perf pmu: Const-ify file APIs
Ian Rogers
2023-10-17
1
-5
/
+6
*
perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_init
Ian Rogers
2023-10-17
1
-1
/
+1
*
perf pmus: Make PMU alias name loading lazy
Ian Rogers
2023-09-29
1
-2
/
+0
*
perf pmu: "Compat" supports regular expression matching identifiers
Jing Zhang
2023-09-27
1
-0
/
+1
*
perf pmu: Remove unused function
James Clark
2023-09-15
1
-1
/
+0
*
perf pmu: Move pmu__find_core_pmu() to pmus.c
James Clark
2023-09-15
1
-1
/
+1
*
perf parse-events: Introduce 'struct parse_events_terms'
Ian Rogers
2023-09-11
1
-3
/
+3
*
perf pmus: Skip duplicate PMUs and don't print list suffix by default
Ian Rogers
2023-08-29
1
-1
/
+2
*
perf pmu: Make id const and add missing free
Ian Rogers
2023-08-25
1
-1
/
+1
*
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
2023-08-25
1
-4
/
+4
*
perf pmu: Lazily load sysfs aliases
Ian Rogers
2023-08-24
1
-0
/
+2
*
perf pmu: Lazily add JSON events
Ian Rogers
2023-08-24
1
-3
/
+12
*
perf pmu: Cache JSON events table
Ian Rogers
2023-08-24
1
-0
/
+4
*
perf pmu-events: Reduce processed events by passing PMU
Ian Rogers
2023-08-24
1
-0
/
+1
*
perf parse-events: Improve error message for double setting
Ian Rogers
2023-08-24
1
-1
/
+1
*
perf pmu: Abstract alias/event struct
Ian Rogers
2023-08-24
1
-54
/
+17
*
perf pmu: Make the loading of formats lazy
Ian Rogers
2023-08-24
1
-3
/
+2
*
perf pmu: Pass PMU rather than aliases and format
Ian Rogers
2023-08-23
1
-5
/
+4
*
perf pmu: Avoid passing format list to perf_pmu__format_bits()
Ian Rogers
2023-08-23
1
-1
/
+1
*
perf pmu: Avoid passing format list to perf_pmu__format_type
Ian Rogers
2023-08-23
1
-1
/
+1
*
perf pmu: Avoid passing format list to perf_pmu__config_terms()
Ian Rogers
2023-08-23
1
-2
/
+1
*
perf pmu: Reduce scope of perf_pmu_error()
Ian Rogers
2023-08-23
1
-1
/
+0
*
perf pmu: Move perf_pmu__set_format to pmu.y
Ian Rogers
2023-08-23
1
-1
/
+0
*
perf jevents: Add a new expression builtin strcmp_cpuid_str()
James Clark
2023-08-17
1
-0
/
+1
*
perf test parse-events: Test complex name has required event format
Ian Rogers
2023-08-01
1
-0
/
+1
*
perf pmus: Add placeholder core PMU
Ian Rogers
2023-06-27
1
-0
/
+1
*
perf pmu: Warn about invalid config for all PMUs and configs
Ian Rogers
2023-06-01
1
-1
/
+12
*
perf pmu: Only warn about unsupported formats once
Ian Rogers
2023-06-01
1
-0
/
+5
*
perf parse-events: Wildcard most "numeric" events
Ian Rogers
2023-06-01
1
-0
/
+5
*
perf pmu: Remove is_pmu_hybrid
Ian Rogers
2023-05-27
1
-1
/
+0
*
perf pmus: Allow just core PMU scanning
Ian Rogers
2023-05-27
1
-2
/
+0
*
perf pmu: Separate pmu and pmus
Ian Rogers
2023-05-27
1
-9
/
+4
*
perf pmu: Remove perf_pmu__hybrid_pmus list
Ian Rogers
2023-05-27
1
-2
/
+0
*
perf mem: Avoid hybrid PMU list
Ian Rogers
2023-05-27
1
-0
/
+1
*
perf tools: Warn if no user requested CPUs match PMU's CPUs
Ian Rogers
2023-05-27
1
-4
/
+0
*
perf pmu: Add is_core to pmu
Ian Rogers
2023-05-27
1
-0
/
+7
*
perf pmu: Detect ARM and hybrid PMUs with sysfs
Ian Rogers
2023-05-27
1
-0
/
+1
*
perf parse-events: Don't auto merge hybrid wildcard events
Ian Rogers
2023-05-15
1
-0
/
+1
*
perf parse-events: Support wildcards on raw events
Ian Rogers
2023-05-15
1
-0
/
+1
*
perf parse-events: Support PMUs for legacy cache events
Ian Rogers
2023-05-15
1
-0
/
+1
*
perf pmu: Improve name/comments, avoid a memory allocation
Ian Rogers
2023-04-06
1
-3
/
+5
*
perf pmu: Make parser reentrant
Ian Rogers
2023-04-06
1
-1
/
+1
*
perf pmu: Add perf_pmu__{open,scan}_file_at()
Namhyung Kim
2023-04-04
1
-1
/
+5
*
perf pmu: Use relative path for sysfs scan
Namhyung Kim
2023-04-04
1
-1
/
+3
*
perf pmu: Add perf_pmu__destroy() function
Namhyung Kim
2023-04-04
1
-0
/
+2
*
perf tools: Add support for perf_event_attr::config3
Rob Herring
2023-03-21
1
-0
/
+1
*
perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
2023-02-03
1
-0
/
+1
[next]