index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
pmu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
1
-0
/
+1
2023-02-03
perf pmu-events: Remove now unused event and metric variables
Ian Rogers
1
-9
/
+0
2023-01-23
perf pmu: Add function to check if a pmu file exists
German Gomez
1
-0
/
+2
2023-01-23
perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()
James Clark
1
-1
/
+2
2023-01-23
perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATH
James Clark
1
-1
/
+4
2023-01-19
perf pmu: Add #slots literal support for arm64
Jing Zhang
1
-0
/
+1
2022-11-23
perf list: Reorganize to use callbacks to allow honouring command line options
Ian Rogers
1
-3
/
+2
2022-11-15
perf pmu: Add data structure documentation
Ian Rogers
1
-6
/
+116
2022-11-15
perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' member
Ian Rogers
1
-1
/
+0
2022-10-14
perf: Skip and warn on unknown format 'configN' attrs
Rob Herring
1
-0
/
+2
2022-08-13
perf pmu-events: Hide the pmu_events
Ian Rogers
1
-2
/
+2
2022-08-13
perf pmu-events: Hide pmu_events_map
Ian Rogers
1
-1
/
+1
2022-08-13
perf pmu-events: Avoid passing pmu_events_map
Ian Rogers
1
-4
/
+4
2022-08-13
perf pmu-events: Hide pmu_sys_event_tables
Ian Rogers
1
-2
/
+0
2022-06-24
perf pmu: Parse pmu caps sysfs only once
Ravi Bangoria
1
-0
/
+2
2021-11-06
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
1
-0
/
+4
2021-10-25
perf list: Display hybrid PMU events with cpu type
Jin Yao
1
-1
/
+1
2021-10-20
perf parse-events: Add const to evsel name
Ian Rogers
1
-1
/
+1
2021-10-20
perf pmu: Make pmu_event tables const.
Ian Rogers
1
-1
/
+1
2021-10-20
perf pmu: Add const to pmu_events_map.
Ian Rogers
1
-3
/
+3
2021-09-03
perf pmu: Add PMU alias support
Kan Liang
1
-0
/
+5
2021-08-11
perf tools: Enable on a list of CPUs for hybrid
Jin Yao
1
-0
/
+4
2021-08-10
perf pmu: Make pmu_add_sys_aliases() public
John Garry
1
-0
/
+1
2021-07-09
perf tools: Fix pattern matching for same substring in different PMU type
Jin Yao
1
-0
/
+1
2021-04-29
perf pmu: Add hybrid helper functions
Jin Yao
1
-0
/
+2
2021-04-29
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
1
-0
/
+4
2021-04-29
perf pmu: Save pmu name
Jin Yao
1
-0
/
+1
2021-04-08
perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...
John Garry
1
-0
/
+1
2021-03-15
perf pmu: Validate raw event with sysfs exported format bits
Jin Yao
1
-0
/
+3
2020-12-17
perf pmu: Add pmu_add_sys_aliases()
John Garry
1
-0
/
+2
2020-12-17
perf pmu: Add pmu_id()
John Garry
1
-0
/
+1
2020-09-15
perf test: Free formats for perf pmu parse test
Namhyung Kim
1
-0
/
+1
2020-09-15
perf test: Free aliases for PMU event map aliases test
Namhyung Kim
1
-0
/
+1
2020-06-22
perf pmu: Add a perf_pmu__fake object to use with __parse_events()
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-06-10
perf pmu: Remove unused declaration
Ian Rogers
1
-1
/
+0
2020-05-28
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
1
-1
/
+1
2020-05-28
perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf pmu: Add perf_pmu__find_by_type helper
Stephane Eranian
1
-0
/
+1
2020-04-18
perf pmu: Add support for PMU capabilities
Kan Liang
1
-0
/
+9
2020-03-24
perf pmu: Make pmu_uncore_alias_match() public
John Garry
1
-0
/
+1
2020-03-24
perf pmu: Add is_pmu_core()
John Garry
1
-0
/
+1
2020-03-24
perf pmu: Refactor pmu_add_cpu_aliases()
John Garry
1
-0
/
+3
2019-11-22
perf pmu: When using default config, record which bits of config were changed...
Adrian Hunter
1
-0
/
+1
2019-11-22
perf auxtrace: Add support for AUX area sample recording
Adrian Hunter
1
-0
/
+1
2019-10-19
perf list: Hide deprecated events by default
Jin Yao
1
-1
/
+3
2019-09-01
perf pmu: Change convert_scale from static to global
Jin Yao
1
-0
/
+2
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-1
/
+1
2019-03-07
perf tools: Read and store caps/max_precise in perf_pmu
Jiri Olsa
1
-0
/
+1
2019-02-06
perf pmu: Remove set_drv_config API
Mathieu Poirier
1
-1
/
+0
2019-02-06
perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header file
Mathieu Poirier
1
-0
/
+1
[next]