Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dscripts.c31 char extra_format[256]; member
34 void attr_to_script(char *extra_format, struct perf_event_attr *attr) in attr_to_script() argument
36 extra_format[0] = 0; in attr_to_script()
38 strcat(extra_format, " -F +metric"); in attr_to_script()
40 strcat(extra_format, " -F +brstackinsn --xed"); in attr_to_script()
42 strcat(extra_format, " -F +iregs"); in attr_to_script()
44 strcat(extra_format, " -F +uregs"); in attr_to_script()
46 strcat(extra_format, " -F +phys_addr"); in attr_to_script()
56 c->extra_format) < 0) in add_script_option()
74 c->extra_format) < 0) in scripts_config()
[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()