Home
last modified time | relevance | path

Searched refs:parse_action (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.h15 #define __parse_action(ids, num) parse_action(p, ids, num)
21 const char *parse_action(struct trace_seq *p,
H A Den_tc_tracepoint.c42 const char *parse_action(struct trace_seq *p, in parse_action() function
/OK3568_Linux_fs/u-boot/cmd/
H A Deeprom.c278 static enum eeprom_action parse_action(char *cmd) in parse_action() function
362 action = parse_action(argv[index]); in do_eeprom()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dauxtrace.c2019 static int parse_action(struct addr_filter *filt) in parse_action() function
2092 err = parse_action(filt); in parse_one_filter()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_hist.c1196 static int parse_action(char *str, struct hist_trigger_attrs *attrs) in parse_action() function
1319 ret = parse_action(str, attrs); in parse_hist_trigger_attrs()