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.c5027 if (session->tool->show_feat_hdr) {
5029 session->tool->show_feat_hdr >= SHOW_FEAT_HEADER_FULL_INFO) {
/linux/tools/perf/
H A Dbuiltin-report.c1715 report.tool.show_feat_hdr = SHOW_FEAT_HEADER; in cmd_report()
1717 report.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO; in cmd_report()
H A Dbuiltin-script.c4446 script.tool.show_feat_hdr = SHOW_FEAT_HEADER; in cmd_script()
4452 script.tool.show_feat_hdr = SHOW_FEAT_HEADER_FULL_INFO; in cmd_script()