Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool.h96 enum show_feature_header show_feat_hdr; member
H A Dtool.c286 tool->show_feat_hdr = SHOW_FEAT_NO_HEADER; in perf_tool__init()
471 tool->tool.show_feat_hdr = delegate->show_feat_hdr; in delegate_tool__init()
H A Dheader.c4691 if (session->tool->show_feat_hdr) { in perf_event__process_feature()
4693 session->tool->show_feat_hdr >= SHOW_FEAT_HEADER_FULL_INFO) { in perf_event__process_feature()
/linux/tools/perf/
H A Dbuiltin-report.c1721 report.tool.show_feat_hdr = SHOW_FEAT_HEADER; in cmd_report()
1723 report.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO; in cmd_report()
H A Dbuiltin-script.c4447 script.tool.show_feat_hdr = SHOW_FEAT_HEADER; in cmd_script()
4453 script.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO; in cmd_script()