index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
mem-events.c
Age
Commit message (
Expand
)
Author
2021-06-16
perf mem-events: Remove duplicate #undef
Li Huafei
2021-06-01
perf mem: Support record for hybrid platform
Jin Yao
2021-06-01
perf tools: Check if mem_events is supported for hybrid platform
Jin Yao
2021-06-01
perf tools: Support pmu prefix for mem-load event
Jin Yao
2021-02-08
perf c2c: Support data block and addr block
Kan Liang
2021-02-08
perf tools: Support data block and addr block
Kan Liang
2021-02-08
perf tools: Support the auxiliary event
Kan Liang
2020-11-11
perf mem: Support new memory event PERF_MEM_EVENTS__LOAD_STORE
Leo Yan
2020-11-11
perf mem: Introduce weak function perf_mem_events__ptr()
Leo Yan
2020-11-11
perf mem: Search event name with more flexible path
Leo Yan
2020-05-28
perf c2c: Fix 'perf c2c record -e list' to show the default events used
Ian Rogers
2019-11-12
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
Arnaldo Carvalho de Melo
2019-08-31
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless sort.h include directives
Arnaldo Carvalho de Melo
2019-02-04
perf mem/c2c: Fix perf_mem_events to support powerpc
Ravi Bangoria
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-28
perf c2c: Fix remote HITM detection for Skylake
Jiri Olsa
2017-08-22
perf tools: Add support for printing new mem_info encodings
Andi Kleen
2017-04-24
perf mem: Fix display of data source snoop indication
Andi Kleen
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2016-11-23
perf c2c report: Add struct c2c_stats::tot_hitm field
Jiri Olsa
2016-10-19
perf c2c: Introduce c2c_add_stats function
Jiri Olsa
2016-10-19
perf c2c: Introduce c2c_decode_stats function
Jiri Olsa
2016-06-15
perf mem: Add --ldlat option
Jiri Olsa
2016-02-24
perf script: Display data_src values
Jiri Olsa
2016-02-24
perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
perf tools: Introduce perf_mem__lck_scnprintf function
Jiri Olsa
2016-02-24
perf tools: Introduce perf_mem__snp_scnprintf function
Jiri Olsa
2016-02-24
perf tools: Introduce perf_mem__lvl_scnprintf function
Jiri Olsa
2016-02-24
perf tools: Introduce perf_mem__tlb_scnprintf function
Jiri Olsa
2016-02-24
perf mem: Introduce perf_mem_events__name function
Jiri Olsa
2016-02-24
perf mem record: Check for memory events support
Jiri Olsa
2016-02-23
perf mem: Add -e record option
Jiri Olsa
2016-02-23
perf tools: Add monitored events array
Jiri Olsa