Home
last modified time | relevance | path

Searched refs:extra_format (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dscripts.c33 char extra_format[256];
36 void attr_to_script(char *extra_format, struct perf_event_attr *attr) in attr_to_script()
38 extra_format[0] = 0; in attr_to_script()
40 strcat(extra_format, " -F +metric"); in attr_to_script()
42 strcat(extra_format, " -F +brstackinsn --xed"); in attr_to_script()
44 strcat(extra_format, " -F +iregs"); in attr_to_script()
46 strcat(extra_format, " -F +uregs"); in attr_to_script()
48 strcat(extra_format, " -F +phys_addr");
58 c->extra_format) < 0) in add_script_option()
76 c->extra_format) < in scripts_config()
31 char extra_format[256]; global() member
34 attr_to_script(char * extra_format,struct perf_event_attr * attr) attr_to_script() argument
[all...]
H A Dres_sample.c42 char extra_format[256]; in res_sample_browse() local
74 attr_to_script(extra_format, &evsel->core.attr); in res_sample_browse()
85 extra_format, in res_sample_browse()