Home
last modified time | relevance | path

Searched defs:os (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
Dparse-regs-options.c12 char *s, *os = NULL, *p; in parse_regs() local
Dparse-branch-options.c44 char *s, *os = NULL, *p; in parse_branch_stack() local
/tools/perf/
Dbuiltin-stat.c816 struct outstate *os = ctx; in new_line_std() local
821 static void do_new_line_std(struct outstate *os) in do_new_line_std()
834 struct outstate *os = ctx; in print_metric_std() local
859 struct outstate *os = ctx; in new_line_csv() local
874 struct outstate *os = ctx; in print_metric_csv() local
925 struct outstate *os = ctx; in print_metric_only() local
949 struct outstate *os = ctx; in print_metric_only_csv() local
976 struct outstate *os = ctx; in print_metric_header() local
1072 struct outstate os = { in printout() local
1370 struct outstate os = { in print_metric_headers() local
Dbuiltin-mem.c285 char *s, *os = NULL, *p; in parse_mem_ops() local
/tools/lib/subcmd/
Dparse-options.h122 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument