Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/ui/
H A Dhist.c26 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt()
40 percent = 100.0 * get_field(he) / total; in __hpp__fmt()
44 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
54 u64 period = get_field(pair); in __hpp__fmt()
115 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt()
121 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt()
130 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
134 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
142 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
155 hpp_field_fn get_field, in in hist_entry__new_pair()
25 __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) __hpp__fmt() argument
114 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) hpp__fmt() argument
133 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) hpp__fmt_acc() argument
154 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) hist_entry__new_pair() argument
185 __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field, int idx) __hpp__group_sort_idx() argument
225 __hpp__sort(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field) __hpp__sort() argument
264 __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field) __hpp__sort_acc() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dhist.c27 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt()
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()
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()
143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
156 hpp_field_fn get_field, in in hist_entry__new_pair()
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) __hpp__fmt() 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) hpp__fmt() 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) hpp__fmt_acc() 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) hist_entry__new_pair() argument
186 __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field, int idx) __hpp__group_sort_idx() argument
226 __hpp__sort(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field) __hpp__sort() argument
265 __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field) __hpp__sort_acc() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/
H A 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()
/kernel/linux/linux-6.6/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")")"
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dcthw20k2.c423 return get_field(ctl->ca, SRCCA_CA); in src_get_ca()
683 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y()
1324 if (get_field(pllstat, PLLSTAT_PD)) in hw_pll_init()
1327 if (get_field(pllstat, PLLSTAT_B) != in hw_pll_init()
1328 get_field(pllctl, PLLCTL_B)) in hw_pll_init()
1331 if (get_field(pllstat, PLLSTAT_CCS) != in hw_pll_init()
1332 get_field(pllctl, PLLCTL_SRC)) in hw_pll_init()
1335 if (get_field(pllstat, PLLSTAT_CRD) != in hw_pll_init()
1336 get_field(pllctl, PLLCTL_RD)) in hw_pll_init()
1339 if (get_field(pllsta in hw_pll_init()
[all...]
H A Dcthardware.c64 unsigned int get_field(unsigned int data, unsigned int field) in get_field() function
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); in src_get_ca()
681 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y()
1341 if (get_field(gctl, GCTL_AID)) in hw_auto_init()
1344 if (!get_field(gctl, GCTL_AID)) { in hw_auto_init()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dcthw20k2.c423 return get_field(ctl->ca, SRCCA_CA); in src_get_ca()
683 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y()
1324 if (get_field(pllstat, PLLSTAT_PD)) in hw_pll_init()
1327 if (get_field(pllstat, PLLSTAT_B) != in hw_pll_init()
1328 get_field(pllctl, PLLCTL_B)) in hw_pll_init()
1331 if (get_field(pllstat, PLLSTAT_CCS) != in hw_pll_init()
1332 get_field(pllctl, PLLCTL_SRC)) in hw_pll_init()
1335 if (get_field(pllstat, PLLSTAT_CRD) != in hw_pll_init()
1336 get_field(pllctl, PLLCTL_RD)) in hw_pll_init()
1339 if (get_field(pllsta in hw_pll_init()
[all...]
H A Dcthardware.c64 unsigned int get_field(unsigned int data, unsigned int field) in get_field() function
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); in src_get_ca()
681 return get_field(ctl->amoplo, AMOPLO_Y); in amixer_get_y()
1341 if (get_field(gctl, GCTL_AID)) in hw_auto_init()
1344 if (!get_field(gctl, GCTL_AID)) { in hw_auto_init()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.h411 struct hist_entry *he, hpp_field_fn get_field,
414 struct hist_entry *he, hpp_field_fn get_field,
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.h428 struct hist_entry *he, hpp_field_fn get_field,
431 struct hist_entry *he, hpp_field_fn get_field,
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/
H A 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()
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H A Dvpe.c457 static int get_field(u32 value, u32 mask, int shift) in get_field() function
464 return get_field(read_reg(dev, offset), mask, shift); in read_field_reg()
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/
H A Dvpe.c457 static int get_field(u32 value, u32 mask, int shift) in get_field() function
464 return get_field(read_reg(dev, offset), mask, shift); in read_field_reg()

Completed in 26 milliseconds