| /tools/perf/util/ |
| D | comm.c | 11 char *str; member 36 static struct comm_str *comm_str__alloc(const char *str) in comm_str__alloc() 55 static struct comm_str *comm_str__findnew(const char *str, struct rb_root *root) in comm_str__findnew() 91 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() 110 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
|
| D | string.c | 15 s64 perf_atoll(const char *str) in perf_atoll() 83 static int count_argc(const char *str) in count_argc() 127 char **argv_split(const char *str, int *argcp) in argv_split() 205 static bool __match_glob(const char *str, const char *pat, bool ignore_space, in __match_glob() 265 bool strglobmatch(const char *str, const char *pat) in strglobmatch() 270 bool strglobmatch_nocase(const char *str, const char *pat) in strglobmatch_nocase() 283 bool strlazymatch(const char *str, const char *pat) in strlazymatch()
|
| D | parse-branch-options.c | 36 int parse_branch_str(const char *str, __u64 *mode) in parse_branch_str() 92 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack()
|
| D | parse-events.c | 250 char *str = strchr(name, ':'); in tracepoint_name_to_path() local 348 static int parse_aliases(char *str, const char *names[][PERF_EVSEL__MAX_ALIASES], int size) in parse_aliases() 402 char *str = op_result[i]; in parse_events_add_cache() local 1289 char *str, struct list_head **listp) in parse_events_multi_pmu_add() 1381 static int get_event_modifier(struct event_modifier *mod, char *str, in get_event_modifier() 1472 static int check_modifier(char *str) in check_modifier() 1489 int parse_events__modifier_event(struct list_head *list, char *str, bool add) in parse_events__modifier_event() 1561 #define SET_SYMBOL(str, stype) \ argument 1649 static int parse_events__scanner(const char *str, void *parse_state, int start_token) in parse_events__scanner() 1675 int parse_events_terms(struct list_head *terms, const char *str) in parse_events_terms() [all …]
|
| D | demangle-rust.c | 101 static bool is_prefixed_hash(const char *str) in is_prefixed_hash() 130 static bool looks_like_rust(const char *str, size_t len) in looks_like_rust()
|
| D | demangle-java.c | 45 __demangle_java_sym(const char *str, const char *end, char *buf, int maxlen, int mode) in __demangle_java_sym() 157 java_demangle_sym(const char *str, int flags) in java_demangle_sym()
|
| D | time-utils.c | 14 int parse_nsec_time(const char *str, u64 *ptime) in parse_nsec_time() 66 char *d, *str; in perf_time__parse_str() local
|
| D | cgroup.c | 90 static int add_cgroup(struct perf_evlist *evlist, char *str) in add_cgroup() 153 int parse_cgroups(const struct option *opt __maybe_unused, const char *str, in parse_cgroups()
|
| D | parse-events.l | 22 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value() 51 static int str(yyscan_t scanner, int token) in str() function
|
| D | smt.c | 21 char *str; in smt_on() local
|
| D | parse-regs-options.c | 9 parse_regs(const struct option *opt, const char *str, int unset) in parse_regs()
|
| D | parse-events.h | 92 char *str; member 111 char *str; /* string to display at the index */ member 215 static inline bool is_sdt_event(char *str) in is_sdt_event()
|
| D | record.c | 13 static int perf_do_probe_api(setup_probe_fn_t fn, int cpu, const char *str) in perf_do_probe_api() 244 bool perf_evlist__can_select_event(struct perf_evlist *evlist, const char *str) in perf_evlist__can_select_event()
|
| D | string2.h | 15 static inline bool strisglob(const char *str) in strisglob()
|
| D | units.c | 10 unsigned long parse_tag_value(const char *str, struct parse_tag *tags) in parse_tag_value()
|
| D | strfilter.c | 218 const char *str) in strfilter_node__compare() 238 bool strfilter__compare(struct strfilter *filter, const char *str) in strfilter__compare()
|
| /tools/perf/ |
| D | builtin-probe.c | 65 static int parse_probe_event(const char *str) in parse_probe_event() 94 static int params_add_filter(const char *str) in params_add_filter() 180 static int opt_set_target(const struct option *opt, const char *str, in opt_set_target() 216 const char *str, int unset __maybe_unused) in opt_set_target_ns() 247 const char *str, int unset __maybe_unused) in opt_show_lines() 267 const char *str, int unset __maybe_unused) in opt_show_vars() 289 const char *str, int unset __maybe_unused) in opt_add_probe_event() 300 const char *str, int unset) in opt_set_filter_with_command() 312 const char *str, int unset __maybe_unused) in opt_set_filter() 433 char *str = strfilter__string(filter); in perf_del_probe_events() local
|
| /tools/perf/tests/ |
| D | bitmap.c | 10 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap() 30 static int test_bitmap(const char *str) in test_bitmap()
|
| D | unit_number__scnprintf.c | 13 const char *str; in test__unit_number__scnprint() member
|
| /tools/include/linux/ |
| D | refcount.h | 45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument 48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
|
| D | string.h | 35 static inline bool strstarts(const char *str, const char *prefix) in strstarts()
|
| /tools/iio/ |
| D | lsiio.c | 31 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/gpio/ |
| D | gpio-utils.h | 21 static inline int check_prefix(const char *str, const char *prefix) in check_prefix()
|
| /tools/lib/traceevent/ |
| D | parse-filter.c | 464 char *str; in add_right() local 1479 char *str; in copy_filter_type() local 1566 char *str; in pevent_update_trivial() local 2085 char *str = NULL; in op_to_str() local 2189 char *str = NULL; in val_to_str() local 2206 char *str = NULL; in exp_to_str() local 2261 char *str = NULL; in num_to_str() local 2309 char *str = NULL; in str_to_str() local 2341 char *str = NULL; in arg_to_str() local
|
| /tools/testing/selftests/powerpc/dscr/ |
| D | dscr_user_test.c | 24 static int check_dscr(char *str) in check_dscr()
|