Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 91) sorted by relevance

1234

/tools/perf/util/
Dcomm.c8 char *str; member
32 static struct comm_str *comm_str__alloc(const char *str) in comm_str__alloc()
51 static struct comm_str *comm_str__findnew(const char *str, struct rb_root *root) in comm_str__findnew()
82 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new()
103 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
Dstring.c10 s64 perf_atoll(const char *str) in perf_atoll()
78 static int count_argc(const char *str) in count_argc()
120 char **argv_split(const char *str, int *argcp) in argv_split()
198 static bool __match_glob(const char *str, const char *pat, bool ignore_space) in __match_glob()
252 bool strglobmatch(const char *str, const char *pat) in strglobmatch()
265 bool strlazymatch(const char *str, const char *pat) in strlazymatch()
Ddemangle-java.c42 __demangle_java_sym(const char *str, const char *end, char *buf, int maxlen, int mode) in __demangle_java_sym()
154 java_demangle_sym(const char *str, int flags) in java_demangle_sym()
Ddemangle-rust.c100 static bool is_prefixed_hash(const char *str) in is_prefixed_hash()
129 static bool looks_like_rust(const char *str, size_t len) in looks_like_rust()
Dcgroup.c76 static int add_cgroup(struct perf_evlist *evlist, char *str) in add_cgroup()
137 int parse_cgroups(const struct option *opt __maybe_unused, const char *str, in parse_cgroups()
Dparse-regs-options.c8 parse_regs(const struct option *opt, const char *str, int unset) in parse_regs()
Dparse-events.l18 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value()
47 static int str(yyscan_t scanner, int token) in str() function
Dparse-events.c241 char *str = strchr(name, ':'); in tracepoint_name_to_path() local
337 static int parse_aliases(char *str, const char *names[][PERF_EVSEL__MAX_ALIASES], int size) in parse_aliases()
391 char *str = op_result[i]; in parse_events_add_cache() local
1301 static int get_event_modifier(struct event_modifier *mod, char *str, in get_event_modifier()
1392 static int check_modifier(char *str) in check_modifier()
1409 int parse_events__modifier_event(struct list_head *list, char *str, bool add) in parse_events__modifier_event()
1482 #define SET_SYMBOL(str, stype) \ argument
1564 static int parse_events__scanner(const char *str, void *data, int start_token) in parse_events__scanner()
1590 int parse_events_terms(struct list_head *terms, const char *str) in parse_events_terms()
1608 int parse_events(struct perf_evlist *evlist, const char *str, in parse_events()
[all …]
Dtarget.c73 const char *str = target->uid_str; in target__parse_uid() local
Dparse-branch-options.c35 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack()
Drecord.c11 static int perf_do_probe_api(setup_probe_fn_t fn, int cpu, const char *str) in perf_do_probe_api()
242 bool perf_evlist__can_select_event(struct perf_evlist *evlist, const char *str) in perf_evlist__can_select_event()
Dstrfilter.c214 const char *str) in strfilter_node__compare()
234 bool strfilter__compare(struct strfilter *filter, const char *str) in strfilter__compare()
Dutil.c403 int parse_nsec_time(const char *str, u64 *ptime) in parse_nsec_time()
436 unsigned long parse_tag_value(const char *str, struct parse_tag *tags) in parse_tag_value()
463 int get_stack_size(const char *str, unsigned long *_size) in get_stack_size()
633 fetch_kernel_version(unsigned int *puint, char *str, in fetch_kernel_version()
/tools/perf/tests/
Dbitmap.c9 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
29 static int test_bitmap(const char *str) in test_bitmap()
Dcpumap.c97 static int cpu_map_print(const char *str) in cpu_map_print()
/tools/perf/
Dbuiltin-probe.c64 static int parse_probe_event(const char *str) in parse_probe_event()
90 static int params_add_filter(const char *str) in params_add_filter()
176 static int opt_set_target(const struct option *opt, const char *str, in opt_set_target()
215 const char *str, int unset __maybe_unused) in opt_show_lines()
235 const char *str, int unset __maybe_unused) in opt_show_vars()
257 const char *str, int unset __maybe_unused) in opt_add_probe_event()
268 const char *str, int unset) in opt_set_filter_with_command()
280 const char *str, int unset __maybe_unused) in opt_set_filter()
400 char *str = strfilter__string(filter); in perf_del_probe_events() local
/tools/gpio/
Dgpio-utils.h21 static inline int check_prefix(const char *str, const char *prefix) in check_prefix()
/tools/testing/selftests/powerpc/dscr/
Ddscr_user_test.c24 static int check_dscr(char *str) in check_dscr()
/tools/iio/
Dlsiio.c31 static inline int check_prefix(const char *str, const char *prefix) in check_prefix()
37 static inline int check_postfix(const char *str, const char *postfix) in check_postfix()
/tools/objtool/
Dwarn.h26 char *name, *str; in offstr() local
/tools/power/cpupower/bench/
Dparse.c43 enum sched_prio string_to_prio(const char *str) in string_to_prio()
/tools/lib/traceevent/
Dparse-filter.c464 char *str; in add_right() local
1479 char *str; in copy_filter_type() local
1561 char *str; in pevent_update_trivial() local
2072 char *str = NULL; in op_to_str() local
2176 char *str = NULL; in val_to_str() local
2193 char *str = NULL; in exp_to_str() local
2248 char *str = NULL; in num_to_str() local
2296 char *str = NULL; in str_to_str() local
2328 char *str = NULL; in arg_to_str() local
/tools/testing/selftests/powerpc/
Dutils.h70 #define str(s) _str(s) macro
/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string()
226 char *str; in trace_print_string() local
/tools/perf/ui/browsers/
Dheader.c15 char *str = *arg; in ui_browser__argv_write() local

1234