Searched refs:get_field (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/perf/ui/
H A Dhist.c27 hpp_field_fn get_field, const char *fmt, int len,
41 percent = 100.0 * get_field(he) / total;
45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he));
55 u64 period = get_field(pair);
116 struct hist_entry *he, hpp_field_fn get_field,
122 return __hpp__fmt(hpp, he, get_field, fmtstr, 1,
131 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent);
135 struct hist_entry *he, hpp_field_fn get_field,
143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent);
156 hpp_field_fn get_field, in
26 __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmt, int len, hpp_snprint_fn print_fn, bool fmt_percent) argument
115 hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) argument
134 hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) argument
155 hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field, int nr_members, u64 **fields_a, u64 **fields_b) argument
186 __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field, int idx) argument
226 __hpp__sort(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field) argument
265 __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field) argument
[all...]
/linux-master/sound/pci/ctxfi/
H A Dcthardware.c64 unsigned int get_field(unsigned int data, unsigned int field) function
H A Dcthw20k2.c423 return get_field(ctl->ca, SRCCA_CA);
683 return get_field(ctl->amoplo, AMOPLO_Y);
1324 if (get_field(pllstat, PLLSTAT_PD))
1327 if (get_field(pllstat, PLLSTAT_B) !=
1328 get_field(pllctl, PLLCTL_B))
1331 if (get_field(pllstat, PLLSTAT_CCS) !=
1332 get_field(pllctl, PLLCTL_SRC))
1335 if (get_field(pllstat, PLLSTAT_CRD) !=
1336 get_field(pllctl, PLLCTL_RD))
1339 if (get_field(pllsta
[all...]
H A Dcthardware.h198 unsigned int get_field(unsigned int data, unsigned int field);
H A Dcthw20k1.c423 return get_field(ctl->ca, SRCCA_CA);
681 return get_field(ctl->amoplo, AMOPLO_Y);
1341 if (get_field(gctl, GCTL_AID))
1344 if (!get_field(gctl, GCTL_AID)) {
/linux-master/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c124 static char *get_field(char *src, int nfields) function
162 target = get_field(line, 4);
166 opts = get_field(target, 2);
/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh45 get_field() { function
349 captured_ttl="$(get_field "ttl" "$out")"
350 captured_tos="$(printf "0x%02x" "$(get_field "tos" "$out")")"
356 captured_ttl="$(get_field "hlim" "$out")"
357 captured_tos="$(printf "0x%02x" "$(get_field "class" "$out")")"
/linux-master/tools/perf/util/
H A Dhist.h431 struct hist_entry *he, hpp_field_fn get_field,
434 struct hist_entry *he, hpp_field_fn get_field,
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c280 static char *get_field(char *src, int nfields) function
318 target = get_field(line, 4);
322 opts = get_field(target, 2);
/linux-master/drivers/md/dm-vdo/indexer/
H A Ddelta-index.c70 * This is the largest field size supported by get_field() and set_field(). Any field that is
404 static inline u32 get_field(const u8 *memory, u64 offset, u8 size) function
433 return get_field(memory, get_immutable_header_offset(list_number),
1503 return get_field(delta_entry->delta_zone->memory,
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpe.c457 static int get_field(u32 value, u32 mask, int shift) function
464 return get_field(read_reg(dev, offset), mask, shift);

Completed in 214 milliseconds