index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-c2c.c
Age
Commit message (
Expand
)
Author
2023-02-16
perf c2c: Add report option to show false sharing in adjacent cachelines
Feng Tang
2022-12-02
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
2022-10-06
perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE events
Ravi Bangoria
2022-10-04
perf c2c: Add helpers to get counts of loads or stores
Shang XiaoJing
2022-09-06
perf c2c: Prevent potential memory leak in c2c_he_zalloc()
Shang XiaoJing
2022-08-11
perf c2c: Use 'peer' as default display for Arm64
Leo Yan
2022-08-11
perf c2c: Sort on peer snooping for load operations
Leo Yan
2022-08-11
perf c2c: Refactor display string
Leo Yan
2022-08-11
perf c2c: Refactor node header
Leo Yan
2022-08-11
perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'
Leo Yan
2022-08-11
perf c2c: Use explicit names for display macros
Leo Yan
2022-08-11
perf c2c: Add mean dimensions for peer operations
Leo Yan
2022-08-11
perf c2c: Add dimensions of peer metrics for cache line view
Leo Yan
2022-08-11
perf c2c: Add dimensions for peer load operations
Leo Yan
2022-08-11
perf c2c: Output statistics for peer snooping
Leo Yan
2022-06-03
perf c2c: Fix sorting in percent_rmt_hitm_cmp()
Leo Yan
2022-05-26
perf c2c: Use stdio interface if slang is not supported
Leo Yan
2022-05-23
perf c2c: Add dimensions for 'N/A' metrics of store operation
Leo Yan
2022-03-26
perf tools: Enhance the matching of sub-commands abbreviations
Wei Li
2022-02-15
perf c2c: Replace bitmap_weight() with bitmap_empty() where appropriate
Yury Norov
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
perf c2c: Use more intention revealing iterator
Ian Rogers
2021-11-07
perf tools: Check vmlinux/kallsyms arguments in all tools
James Clark
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-08-02
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
2021-06-01
perf c2c: Support record 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-01-20
perf c2c: Add local variables for output metrics
Leo Yan
2021-01-20
perf c2c: Refactor node display
Leo Yan
2021-01-20
perf c2c: Fix argument type for percent()
Leo Yan
2021-01-20
perf c2c: Refactor display filter
Leo Yan
2021-01-20
perf c2c: Refactor hist entry validation
Leo Yan
2021-01-20
perf c2c: Rename for shared cache line stats
Leo Yan
2020-11-11
perf c2c: Support AUX trace
Leo Yan
2020-11-11
perf c2c: Support memory event PERF_MEM_EVENTS__LOAD_STORE
Leo Yan
2020-11-11
perf mem: Introduce weak function perf_mem_events__ptr()
Leo Yan
2020-10-15
perf c2c: Add metrics "RMT Load Hit"
Leo Yan
2020-10-15
perf c2c: Correct LLC load hit metrics
Leo Yan
2020-10-15
perf c2c: Change header for LLC local hit
Leo Yan
2020-10-15
perf c2c: Use more explicit headers for HITM
Leo Yan
2020-10-15
perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"
Leo Yan
2020-10-15
perf c2c: Organize metrics based on memory hierarchy
Leo Yan
2020-10-15
perf c2c: Display "Total Stores" as a standalone metrics
Leo Yan
2020-10-15
perf c2c: Display the total numbers continuously
Leo Yan
2020-10-13
perf c2c: Update usage for showing memory events
Leo Yan
2020-06-22
perf evlist: Fix the class prefix for 'struct evlist' sample_type methods
Arnaldo Carvalho de Melo
2020-05-28
perf c2c: Fix 'perf c2c record -e list' to show the default events used
Ian Rogers
2020-05-05
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
[next]