index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
pmu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf pmu: Make parser reentrant
Ian Rogers
2023-04-07
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
*
perf pmu-events: Remove now unused event and metric variables
Ian Rogers
2023-02-03
1
-9
/
+0
*
perf pmu: Add function to check if a pmu file exists
German Gomez
2023-01-22
1
-0
/
+2
*
perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()
James Clark
2023-01-22
1
-1
/
+2
*
perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATH
James Clark
2023-01-22
1
-1
/
+4
*
perf pmu: Add #slots literal support for arm64
Jing Zhang
2023-01-19
1
-0
/
+1
*
perf list: Reorganize to use callbacks to allow honouring command line options
Ian Rogers
2022-11-23
1
-3
/
+2
*
perf pmu: Add data structure documentation
Ian Rogers
2022-11-15
1
-6
/
+116
*
perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' member
Ian Rogers
2022-11-15
1
-1
/
+0
*
perf: Skip and warn on unknown format 'configN' attrs
Rob Herring
2022-10-14
1
-0
/
+2
*
perf pmu-events: Hide the pmu_events
Ian Rogers
2022-08-13
1
-2
/
+2
*
perf pmu-events: Hide pmu_events_map
Ian Rogers
2022-08-13
1
-1
/
+1
*
perf pmu-events: Avoid passing pmu_events_map
Ian Rogers
2022-08-13
1
-4
/
+4
*
perf pmu-events: Hide pmu_sys_event_tables
Ian Rogers
2022-08-13
1
-2
/
+0
*
perf pmu: Parse pmu caps sysfs only once
Ravi Bangoria
2022-06-24
1
-0
/
+2
*
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
2021-11-06
1
-0
/
+4
*
perf list: Display hybrid PMU events with cpu type
Jin Yao
2021-10-25
1
-1
/
+1
*
perf parse-events: Add const to evsel name
Ian Rogers
2021-10-20
1
-1
/
+1
*
perf pmu: Make pmu_event tables const.
Ian Rogers
2021-10-20
1
-1
/
+1
*
perf pmu: Add const to pmu_events_map.
Ian Rogers
2021-10-20
1
-3
/
+3
*
perf pmu: Add PMU alias support
Kan Liang
2021-09-03
1
-0
/
+5
*
perf tools: Enable on a list of CPUs for hybrid
Jin Yao
2021-08-11
1
-0
/
+4
*
perf pmu: Make pmu_add_sys_aliases() public
John Garry
2021-08-10
1
-0
/
+1
*
perf tools: Fix pattern matching for same substring in different PMU type
Jin Yao
2021-07-09
1
-0
/
+1
*
perf pmu: Add hybrid helper functions
Jin Yao
2021-04-29
1
-0
/
+2
*
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
2021-04-29
1
-0
/
+4
*
perf pmu: Save pmu name
Jin Yao
2021-04-29
1
-0
/
+1
*
perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...
John Garry
2021-04-08
1
-0
/
+1
*
perf pmu: Validate raw event with sysfs exported format bits
Jin Yao
2021-03-15
1
-0
/
+3
*
perf pmu: Add pmu_add_sys_aliases()
John Garry
2020-12-17
1
-0
/
+2
*
perf pmu: Add pmu_id()
John Garry
2020-12-17
1
-0
/
+1
*
perf test: Free formats for perf pmu parse test
Namhyung Kim
2020-09-15
1
-0
/
+1
*
perf test: Free aliases for PMU event map aliases test
Namhyung Kim
2020-09-15
1
-0
/
+1
*
perf pmu: Add a perf_pmu__fake object to use with __parse_events()
Arnaldo Carvalho de Melo
2020-06-22
1
-0
/
+2
*
perf pmu: Remove unused declaration
Ian Rogers
2020-06-10
1
-1
/
+0
*
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
2020-05-28
1
-1
/
+1
*
perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()
Arnaldo Carvalho de Melo
2020-05-28
1
-1
/
+1
*
perf pmu: Add perf_pmu__find_by_type helper
Stephane Eranian
2020-05-05
1
-0
/
+1
*
perf pmu: Add support for PMU capabilities
Kan Liang
2020-04-18
1
-0
/
+9
*
perf pmu: Make pmu_uncore_alias_match() public
John Garry
2020-03-24
1
-0
/
+1
*
perf pmu: Add is_pmu_core()
John Garry
2020-03-24
1
-0
/
+1
*
perf pmu: Refactor pmu_add_cpu_aliases()
John Garry
2020-03-24
1
-0
/
+3
*
perf pmu: When using default config, record which bits of config were changed...
Adrian Hunter
2019-11-22
1
-0
/
+1
*
perf auxtrace: Add support for AUX area sample recording
Adrian Hunter
2019-11-22
1
-0
/
+1
*
perf list: Hide deprecated events by default
Jin Yao
2019-10-19
1
-1
/
+3
[next]