Home
last modified time | relevance | path

Searched refs:fmt_width (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c113 static int fmt_width(struct perf_hpp_fmt *fmt,
120 int width = fmt_width(fmt, hpp, he->hists); in ev_name_entry()
162 int width = fmt_width(fmt, hpp, he->hists); \
212 int width = fmt_width(fmt, hpp, he->hists); in ev_entry_mean()
260 int width = fmt_width(fmt, hpp, he->hists); in EV_METRIC_PERCENT()
293 int width = fmt_width(fmt, hpp, he->hists); in ev_entry_count_precent()
334 static int fmt_width(struct perf_hpp_fmt *fmt, in fmt_width() function
350 int width = fmt_width(fmt, hpp, hists); in fmt_header()
409 fmt->width = fmt_width; in get_format()
/openbmc/linux/sound/soc/sh/rcar/
H A Dssi.c536 unsigned int fmt_width = snd_pcm_format_width(params_format(params)); in rsnd_ssi_hw_params() local
538 if (fmt_width > rdai->chan_width) { in rsnd_ssi_hw_params()