Home
last modified time | relevance | path

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

/tools/perf/ui/
Dhist.c27 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt() argument
41 percent = 100.0 * get_field(he) / total; in __hpp__fmt()
45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
55 u64 period = get_field(pair); in __hpp__fmt()
116 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() argument
122 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt()
131 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
135 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc() argument
143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
156 hpp_field_fn get_field, int nr_members, in hist_entry__new_pair() argument
[all …]
/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c124 static char *get_field(char *src, int nfields) in get_field() function
162 target = get_field(line, 4); in is_shared_mount()
166 opts = get_field(target, 2); in is_shared_mount()
/tools/testing/selftests/net/
Dl2_tos_ttl_inherit.sh45 get_field() { function
350 captured_tos="$(printf "0x%02x" "$(get_field "tos" "$out")")"
357 captured_tos="$(printf "0x%02x" "$(get_field "class" "$out")")"
/tools/perf/util/
Dhist.h428 struct hist_entry *he, hpp_field_fn get_field,
431 struct hist_entry *he, hpp_field_fn get_field,
/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c280 static char *get_field(char *src, int nfields) in get_field() function
318 target = get_field(line, 4); in is_shared_mount()
322 opts = get_field(target, 2); in is_shared_mount()