]> Git Repo - linux.git/commitdiff
perf script: Add missing fields in usage hint
authorRavi Bangoria <[email protected]>
Thu, 6 Oct 2022 15:39:46 +0000 (21:09 +0530)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 6 Oct 2022 19:32:20 +0000 (16:32 -0300)
A few fields are missing in the usage message printed when an unknown
field option is passed. Add them to the list.

Signed-off-by: Ravi Bangoria <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Ali Saidi <[email protected]>
Cc: Ananth Narayan <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Joe Mario <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Kim Phillips <[email protected]>
Cc: Leo Yan <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Sandipan Das <[email protected]>
Cc: Santosh Shukla <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-script.c

index 7fa467ed91dc732bd81914e3bb806c2a18f43595..7ca238277d835ff9afdde232ceec648e174882da 100644 (file)
@@ -3846,9 +3846,10 @@ int cmd_script(int argc, const char **argv)
                     "Valid types: hw,sw,trace,raw,synth. "
                     "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,"
                     "addr,symoff,srcline,period,iregs,uregs,brstack,"
-                    "brstacksym,flags,bpf-output,brstackinsn,brstackinsnlen,brstackoff,"
-                    "callindent,insn,insnlen,synth,phys_addr,metric,misc,ipc,tod,"
-                    "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,"
+                    "code_page_size,ins_lat",
                     parse_output_fields),
        OPT_BOOLEAN('a', "all-cpus", &system_wide,
                    "system-wide collection from all CPUs"),
This page took 0.066038 seconds and 4 git commands to generate.