blob: ae92061d611ded68ebc072db4745a80a18c4db76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[config]
command = record
args = --no-bpf-event --call-graph dwarf -- kill >/dev/null 2>&1
ret = 1
[event:base-record]
sample_type=45359
exclude_callchain_user=1
sample_stack_user=8192
# TODO different for each arch, no support for that now
sample_regs_user=*
mmap_data=1
|