Home
last modified time | relevance | path

Searched refs:ctl (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/alsa/
A Dmixer-test.c132 for (ctl = 0; ctl < card_data->num_ctls; ctl++) { in find_controls()
437 ctl->card->card_name, ctl->elem); in test_ctl_get_value()
461 ctl->card->card, ctl->elem, ctl->name); in test_ctl_name()
471 ctl->card->card, ctl->elem, ctl->name); in test_ctl_name()
477 ctl->card->card_name, ctl->elem); in test_ctl_name()
741 ctl->card->card_name, ctl->elem); in test_ctl_write_default()
891 ctl->card->card_name, ctl->elem); in test_ctl_write_valid()
1103 ctl->card->card_name, ctl->elem); in test_ctl_write_invalid()
1109 ctl->card->card_name, ctl->elem); in test_ctl_event_missing()
1115 ctl->card->card_name, ctl->elem); in test_ctl_event_spurious()
[all …]
/tools/virtio/virtio-trace/
A DREADME31 trace-agent-ctl.c: includes controller function for read/write threads
46 # mkfifo /tmp/virtio-trace/agent-ctl-path.{in,out}
51 agent-ctl-path.{in,out}.
59 -chardev pipe,id=charchannel0,path=/tmp/virtio-trace/agent-ctl-path\
61 id=channel0,name=agent-ctl-path\
72 <source path='/tmp/virtio-trace/agent-ctl-path'/>
73 <target type='virtio' name='agent-ctl-path'/>
82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For
84 trace-path-cpu1, trace-path-cpu2, and agent-ctl-path.
114 # echo 1 > /tmp/virtio-trace/agent-ctl-path.in
[all …]
A DMakefile10 trace-agent: trace-agent.o trace-agent-ctl.o trace-agent-rw.o
/tools/testing/selftests/kvm/include/arm64/
A Darch_timer.h114 static inline void timer_set_ctl(enum arch_timer timer, uint32_t ctl) in timer_set_ctl() argument
118 write_sysreg(ctl, cntv_ctl_el0); in timer_set_ctl()
121 write_sysreg(ctl, cntp_ctl_el0); in timer_set_ctl()
/tools/testing/selftests/kvm/arm64/
A Darch_timer_edge_cases.c150 uint32_t ctl; in guest_irq_handler() local
165 ctl = timer_get_ctl(timer); in guest_irq_handler()
169 istatus = (ctl & CTL_ISTATUS) && (ctl & CTL_ENABLE); in guest_irq_handler()
182 uint32_t ctl) in set_cval_irq() argument
187 timer_set_ctl(timer, ctl); in set_cval_irq()
191 uint32_t ctl) in set_tval_irq() argument
196 timer_set_ctl(timer, ctl); in set_tval_irq()
199 static void set_xval_irq(enum arch_timer timer, uint64_t xval, uint32_t ctl, in set_xval_irq() argument
204 set_cval_irq(timer, xval, ctl); in set_xval_irq()
207 set_tval_irq(timer, xval, ctl); in set_xval_irq()
/tools/perf/trace/beauty/include/linux/
A Dsocket.h116 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument
128 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \ argument
129 (struct cmsghdr *)(ctl) : \
/tools/perf/bench/
A DBuild13 perf-bench-y += epoll-ctl.o
/tools/testing/selftests/cgroup/
A Dtest_memcontrol.c1263 int ctl[2]; member
1273 close(srv_args->ctl[0]); in tcp_server()
1274 ctl_fd = srv_args->ctl[1]; in tcp_server()
1398 if (pipe(args.ctl)) in test_memcg_sock()
1407 close(args.ctl[1]); in test_memcg_sock()
1408 if (read(args.ctl[0], &err, sizeof(err)) != sizeof(err)) in test_memcg_sock()
1410 close(args.ctl[0]); in test_memcg_sock()
/tools/testing/selftests/bpf/prog_tests/
A Dtc_redirect.c491 char ctl[CMSG_SPACE(sizeof(pkt_ts))]; in __rcv_tstamp() local
504 msg.msg_control = &ctl; in __rcv_tstamp()
505 msg.msg_controllen = sizeof(ctl); in __rcv_tstamp()
592 char ctl[CMSG_SPACE(sizeof(__u64))]; in snd_tstamp() local
608 msg.msg_control = &ctl; in snd_tstamp()
609 msg.msg_controllen = sizeof(ctl); in snd_tstamp()
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.h287 uint64_t ctl; member
A Dintel-pt-decoder.c208 uint64_t ctl; member
280 static uint64_t intel_pt_cyc_threshold(uint64_t ctl) in intel_pt_cyc_threshold() argument
282 if (!(ctl & INTEL_PT_CYC_ENABLE)) in intel_pt_cyc_threshold()
285 return (ctl & INTEL_PT_CYC_THRESHOLD) >> INTEL_PT_CYC_THRESHOLD_SHIFT; in intel_pt_cyc_threshold()
335 decoder->ctl = params->ctl; in intel_pt_decoder_new()
342 decoder->cyc_threshold = intel_pt_cyc_threshold(decoder->ctl); in intel_pt_decoder_new()
/tools/perf/Documentation/
A Dperf-stat.txt225 --control=fifo:ctl-fifo[,ack-fifo]::
226 --control=fd:ctl-fd[,ack-fd]::
227 ctl-fifo / ack-fifo are opened and used as ctl-fd / ack-fd as follows.
228 Listen on ctl-fd descriptor for command to control measurement ('enable': enable events,
A Dperf-bench.txt250 *ctl*::
A Dperf-record.txt738 --control=fifo:ctl-fifo[,ack-fifo]::
739 --control=fd:ctl-fd[,ack-fd]::
740 ctl-fifo / ack-fifo are opened and used as ctl-fd / ack-fd as follows.
741 Listen on ctl-fd descriptor for command to control measurement.
/tools/testing/selftests/net/forwarding/
A Dbridge_mdb_max.sh867 if [[ ${CFG%[46]} == ctl ]]; then
/tools/perf/util/
A Dintel-pt.c1337 params.ctl = intel_pt_ctl(pt); in intel_pt_alloc_queue()

Completed in 42 milliseconds