Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dtool.h89 enum show_feature_header show_feat_hdr; member
Dtool.c240 tool->show_feat_hdr = SHOW_FEAT_NO_HEADER; in perf_tool__init()
Dheader.c4395 if (!feat_ops[feat].print || !tool->show_feat_hdr) in perf_event__process_feature()
4399 tool->show_feat_hdr >= SHOW_FEAT_HEADER_FULL_INFO) { in perf_event__process_feature()
/linux-6.12.1/tools/perf/
Dbuiltin-report.c1683 report.tool.show_feat_hdr = SHOW_FEAT_HEADER; in cmd_report()
1685 report.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO; in cmd_report()
Dbuiltin-script.c4359 script.tool.show_feat_hdr = SHOW_FEAT_HEADER; in cmd_script()
4365 script.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO; in cmd_script()