Searched refs:get_field (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libselinux/src/ |
D | query_user_context.c | 78 static void get_field(const char *fieldstr, char *newfield, int newfieldlen) in get_field() function 144 get_field("role", role, rolelen); in manual_user_enter_context() 149 get_field("type", type, typelen); in manual_user_enter_context() 156 get_field("level", level, levellen); in manual_user_enter_context()
|
/external/linux-tools-perf/src/tools/perf/ui/ |
D | hist.c | 14 u64 (*get_field)(struct hist_entry *), in __hpp__fmt() 26 percent = 100.0 * get_field(he) / in __hpp__fmt() 31 ret = print_fn(hpp->buf, hpp->size, fmt, get_field(he)); in __hpp__fmt() 41 u64 period = get_field(pair); in __hpp__fmt()
|
/external/linux-tools-perf/src/tools/perf/ui/gtk/ |
D | hists.c | 30 u64 (*get_field)(struct hist_entry *)) in __hpp__color_fmt() 38 percent = 100.0 * get_field(he) / hists->stats.total_period; in __hpp__color_fmt() 50 u64 period = get_field(pair); in __hpp__color_fmt()
|
/external/v8/tools/ |
D | gc-nvp-trace-processor.py | 166 def get_field(trace_line, field): function 176 data_line = [str(get_field(line, field)) for field in fields]
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | hists.c | 600 u64 (*get_field)(struct hist_entry *), in __hpp__color_fmt() 609 percent = 100.0 * get_field(he) / hists->stats.total_period; in __hpp__color_fmt() 631 u64 period = get_field(pair); in __hpp__color_fmt()
|