Home
last modified time | relevance | path

Searched refs:any_ret (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/usb/isp1760/
Disp1760-if.c277 int ret, any_ret = -ENODEV; in isp1760_init() local
283 any_ret = 0; in isp1760_init()
287 any_ret = 0; in isp1760_init()
290 if (any_ret) in isp1760_init()
292 return any_ret; in isp1760_init()
/Linux-v6.1/tools/perf/tests/attr/
Dtest-record-branch-filter-any_ret3 args = --no-bpf-event -j any_ret kill >/dev/null 2>&1
DREADME39 perf record -j any_ret kill (test-record-branch-filter-any_ret)
/Linux-v6.1/tools/perf/Documentation/
Dperf-top.txt246 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
251 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
Dperf-record.txt389 - any_ret: any function return or system call return
406 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
411 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k