Home
last modified time | relevance | path

Searched refs:show_feat_hdr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dtool.h82 enum show_feature_header show_feat_hdr; member
Dheader.c3675 if (!feat_ops[feat].print || !tool->show_feat_hdr) in perf_event__process_feature()
3679 tool->show_feat_hdr >= SHOW_FEAT_HEADER_FULL_INFO) { in perf_event__process_feature()
/Linux-v5.4/tools/perf/
Dbuiltin-report.c1359 report.tool.show_feat_hdr = SHOW_FEAT_HEADER; in cmd_report()
1361 report.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO; in cmd_report()
Dbuiltin-script.c3769 script.tool.show_feat_hdr = SHOW_FEAT_HEADER; in cmd_script()
3775 script.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO; in cmd_script()