Home
last modified time | relevance | path

Searched refs:hist (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/drivers/media/platform/omap3isp/
Disphist.c33 static void hist_reset_mem(struct ispstat *hist) in hist_reset_mem() argument
35 struct isp_device *isp = hist->isp; in hist_reset_mem()
36 struct omap3isp_hist_config *conf = hist->priv; in hist_reset_mem()
59 hist->wait_acc_frames = conf->num_acc_frames; in hist_reset_mem()
65 static void hist_setup_regs(struct ispstat *hist, void *priv) in hist_setup_regs() argument
67 struct isp_device *isp = hist->isp; in hist_setup_regs()
75 if (!hist->update || hist->state == ISPSTAT_DISABLED || in hist_setup_regs()
76 hist->state == ISPSTAT_DISABLING) in hist_setup_regs()
124 hist_reset_mem(hist); in hist_setup_regs()
137 hist->update = 0; in hist_setup_regs()
[all …]
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-multihist.tc28 if [ ! -f events/sched/sched_process_fork/hist ]; then
43 grep parent_pid events/sched/sched_process_fork/hist > /dev/null || \
45 grep child events/sched/sched_process_fork/hist > /dev/null || \
48 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
57 grep test_hist events/sched/sched_process_fork/hist > /dev/null || \
64 grep test_hist events/sched/sched_process_exit/hist > /dev/null || \
67 diffs=`diff events/sched/sched_process_exit/hist events/sched/sched_process_fork/hist | wc -l`
Dtrigger-hist.tc28 if [ ! -f events/sched/sched_process_fork/hist ]; then
40 grep parent_pid events/sched/sched_process_fork/hist > /dev/null || \
42 grep child events/sched/sched_process_fork/hist > /dev/null || \
51 grep '^{ parent_pid:.*, child_pid:.*}' events/sched/sched_process_fork/hist > /dev/null || \
61 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
79 events/sched/sched_process_fork/hist | cut -d: -f2 ` ||
Dtrigger-hist-mod.tc28 if [ ! -f events/sched/sched_process_fork/hist ]; then
41 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
52 grep "parent_pid: $HEX" events/sched/sched_process_fork/hist > /dev/null || \
61 grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
71 grep 'bytes_req: ~ 2^[0-9]*' events/kmem/kmalloc/hist > /dev/null || \
Dtrigger-trace-marker-synthetic.tc39 if [ ! -f events/ftrace/print/hist ]; then
55 cnt=`grep 'hitcount: *1$' events/ftrace/print/hist | wc -l`
61 grep 'hitcount: *1$' events/synthetic/latency/hist > /dev/null || \
Dtrigger-trace-marker-synthetic-kernel.tc44 if [ ! -f events/ftrace/print/hist ]; then
60 grep 'hitcount: *1$' events/ftrace/print/hist > /dev/null || \
63 grep 'hitcount: *1$' events/synthetic/latency/hist > /dev/null || \
Dtrigger-trace-marker-hist.tc33 if [ ! -f events/ftrace/print/hist ]; then
44 grep 'hitcount: *10$' events/ftrace/print/hist > /dev/null || \
/Linux-v4.19/samples/bpf/
Dlathist_user.c41 struct cpu_hist *hist; in print_hist() local
48 hist = &cpu_hist[j]; in print_hist()
51 if (hist->max == 0) in print_hist()
57 stars(starstr, hist->data[i - 1], hist->max, MAX_STARS); in print_hist()
60 hist->data[i - 1], MAX_STARS, starstr); in print_hist()
/Linux-v4.19/Documentation/trace/
Dhistogram.rst24 The format of a hist trigger is as follows::
26 hist:keys=<field1[,field2,...]>[:values=<field1[,field2,...]>]
50 key. If a hist trigger is given a name using the 'name' parameter,
60 'hist' triggers add a 'hist' file to each event's subdirectory.
61 Reading the 'hist' file for the event will dump the hash table in
62 its entirety to stdout. If there are multiple hist triggers
98 A typical usage scenario would be the following to enable a hist
101 # echo 'hist:keys=skbaddr.hex:vals=len' > \
104 # cat /sys/kernel/debug/tracing/events/net/netif_rx/hist
106 # echo '!hist:keys=skbaddr.hex:vals=len' > \
[all …]
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-field-variable-support.tc38 if ! grep -q "ping" events/synthetic/wakeup_latency/hist; then
42 if ! grep -q "synthetic_prio=prio" events/sched/sched_waking/hist; then
48 if grep -q "synthetic_prio=prio" events/sched/sched_waking/hist; then
Dtrigger-onmatch-onmax-action-hist.tc44 …! grep -q "ping" events/synthetic/wakeup_latency/hist -o ! grep -q "max:" events/sched/sched_switc…
Dtrigger-extended-error-support.tc33 if ! grep -q "ERROR:" events/sched/sched_wakeup/hist; then
Dtrigger-onmax-action-hist.tc42 if ! grep -q "max:" events/sched/sched_switch/hist; then
Dtrigger-onmatch-action-hist.tc44 if ! grep -q "ping" events/synthetic/wakeup_latency/hist; then
Dtrigger-inter-event-combined-hist.tc52 if ! grep -q "pid:" events/synthetic/waking+wakeup_latency/hist; then
/Linux-v4.19/arch/parisc/kernel/
Dirq.c243 int hist = action->cr16_hist[k]; in show_interrupts() local
245 if (hist) { in show_interrupts()
246 avg += hist; in show_interrupts()
250 if (hist > max) max = hist; in show_interrupts()
251 if (hist < min) min = hist; in show_interrupts()
/Linux-v4.19/tools/perf/ui/
DBuild5 libperf-y += hist.o
6 libperf-y += stdio/hist.o
/Linux-v4.19/tools/perf/Documentation/
Dperf-diff.txt99 Show period values for both compared hist entries.
183 - A/B being matching hist entry from data/baseline file specified
186 - period_percent being the % of the hist entry period value within
204 - A/B being matching hist entry from data/baseline file specified
207 - period being the hist entry period value
215 - A/B being matching hist entry from data/baseline file specified
218 - period being the hist entry period value
Dperf-sched.txt152 --idle-hist::
/Linux-v4.19/Documentation/media/uapi/v4l/
Dcompat.rst18 hist-v4l2
/Linux-v4.19/Documentation/translations/zh_CN/video4linux/
Domap3isp.txt225 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size:
238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
/Linux-v4.19/kernel/trace/
Dtrace_events_trigger.c1270 enable_data->hist ? in event_enable_trigger_print()
1346 bool hist = false; in event_enable_trigger_func() local
1372 hist = ((strcmp(cmd, ENABLE_HIST_STR) == 0) || in event_enable_trigger_func()
1399 enable_data->hist = hist; in event_enable_trigger_func()
/Linux-v4.19/fs/ocfs2/
Dioctl.c402 static void o2ffg_update_histogram(struct ocfs2_info_free_chunk_list *hist, in o2ffg_update_histogram() argument
411 hist->fc_chunks[index]++; in o2ffg_update_histogram()
412 hist->fc_clusters[index] += chunksize; in o2ffg_update_histogram()
/Linux-v4.19/fs/cachefiles/
Dinternal.h206 #define cachefiles_hist(hist, start_jif) do {} while (0) argument
/Linux-v4.19/Documentation/media/v4l-drivers/
Domap3isp.rst224 omap3isp_[h3a_af/h3a_aewb/hist]\_config.buf_size:
241 omap3isp_[h3a_af/h3a_aewb/hist]\_config.config_counter:

12