We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72de11 commit d793107Copy full SHA for d793107
tools/perf/builtin-script.c
@@ -3846,9 +3846,10 @@ int cmd_script(int argc, const char **argv)
3846
"Valid types: hw,sw,trace,raw,synth. "
3847
"Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,"
3848
"addr,symoff,srcline,period,iregs,uregs,brstack,"
3849
- "brstacksym,flags,bpf-output,brstackinsn,brstackinsnlen,brstackoff,"
3850
- "callindent,insn,insnlen,synth,phys_addr,metric,misc,ipc,tod,"
3851
- "data_page_size,code_page_size,ins_lat",
+ "brstacksym,flags,data_src,weight,bpf-output,brstackinsn,"
+ "brstackinsnlen,brstackoff,callindent,insn,insnlen,synth,"
+ "phys_addr,metric,misc,srccode,ipc,tod,data_page_size,"
3852
+ "code_page_size,ins_lat",
3853
parse_output_fields),
3854
OPT_BOOLEAN('a', "all-cpus", &system_wide,
3855
"system-wide collection from all CPUs"),
0 commit comments