hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[config]
command = record
args    = -C 0 kill >/dev/null 2>&1
ret     = 1
 
[event:base-record]
cpu=0
 
# no enable on exec for CPU attached
enable_on_exec=0
 
# PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
# + PERF_SAMPLE_CPU added by -C 0
sample_type=391