index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
mem-events.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf mem: Fix missed p-core mem events on ADL and RPL
Kan Liang
2024-09-06
1
-1
/
+1
*
perf mem: Check mem_events for all eligible PMUs
Kan Liang
2024-09-06
1
-1
/
+1
*
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
2024-05-07
1
-19
/
+10
*
perf mem: Clean up perf_pmus__num_mem_pmus()
Kan Liang
2024-01-24
1
-0
/
+1
*
perf mem: Clean up perf_mem_events__record_args()
Kan Liang
2024-01-24
1
-2
/
+1
*
perf mem: Clean up perf_mem_event__supported()
Kan Liang
2024-01-24
1
-1
/
+1
*
perf mem: Clean up perf_mem_events__name()
Kan Liang
2024-01-24
1
-1
/
+2
*
perf mem: Clean up perf_mem_events__ptr()
Kan Liang
2024-01-24
1
-4
/
+5
*
perf mem: Add mem_events into the supported perf_pmu
Kan Liang
2024-01-24
1
-0
/
+1
*
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
2023-08-25
1
-1
/
+1
*
perf mem: Add statistics for peer snooping
Leo Yan
2022-08-12
1
-0
/
+3
*
perf mem: Add stats for store operation with no available memory level
Leo Yan
2022-05-23
1
-0
/
+1
*
perf mem: Support record for hybrid platform
Jin Yao
2021-06-01
1
-0
/
+2
*
perf tools: Support pmu prefix for mem-load event
Jin Yao
2021-06-01
1
-1
/
+1
*
perf mem-events: Remove unnecessary 'struct mem_info' forward declaration
Wan Jiabing
2021-04-06
1
-1
/
+0
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
perf c2c: Support data block and addr block
Kan Liang
2021-02-08
1
-0
/
+2
*
perf tools: Support data block and addr block
Kan Liang
2021-02-08
1
-0
/
+1
*
perf tools: Support the auxiliary event
Kan Liang
2021-02-08
1
-0
/
+2
*
perf mem: Support new memory event PERF_MEM_EVENTS__LOAD_STORE
Leo Yan
2020-11-11
1
-0
/
+1
*
perf mem: Introduce weak function perf_mem_events__ptr()
Leo Yan
2020-11-11
1
-1
/
+1
*
perf c2c: Fix 'perf c2c record -e list' to show the default events used
Ian Rogers
2020-05-28
1
-0
/
+2
*
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-09-01
1
-0
/
+9
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf c2c report: Add struct c2c_stats::tot_hitm field
Jiri Olsa
2016-11-23
1
-0
/
+1
*
perf c2c: Introduce c2c_add_stats function
Jiri Olsa
2016-10-19
1
-0
/
+1
*
perf c2c: Introduce c2c_decode_stats function
Jiri Olsa
2016-10-19
1
-0
/
+36
*
perf mem: Add --ldlat option
Jiri Olsa
2016-06-15
1
-0
/
+1
*
perf script: Display data_src values
Jiri Olsa
2016-02-24
1
-0
/
+2
*
perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
1
-1
/
+1
*
perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
1
-1
/
+1
*
perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
1
-1
/
+1
*
perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
1
-1
/
+1
*
perf tools: Introduce perf_mem__lck_scnprintf function
Jiri Olsa
2016-02-24
1
-0
/
+2
*
perf tools: Introduce perf_mem__snp_scnprintf function
Jiri Olsa
2016-02-24
1
-0
/
+1
*
perf tools: Introduce perf_mem__lvl_scnprintf function
Jiri Olsa
2016-02-24
1
-0
/
+1
*
perf tools: Introduce perf_mem__tlb_scnprintf function
Jiri Olsa
2016-02-24
1
-0
/
+3
*
perf mem: Introduce perf_mem_events__name function
Jiri Olsa
2016-02-24
1
-0
/
+1
*
perf mem record: Check for memory events support
Jiri Olsa
2016-02-24
1
-0
/
+3
*
perf mem: Add -e record option
Jiri Olsa
2016-02-23
1
-0
/
+3
*
perf tools: Add monitored events array
Jiri Olsa
2016-02-23
1
-0
/
+19