Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-if.c275 int ret, any_ret = -ENODEV; in isp1760_init() local
281 any_ret = 0; in isp1760_init()
285 any_ret = 0; in isp1760_init()
288 if (any_ret) in isp1760_init()
290 return any_ret; in isp1760_init()
/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-branch-filter-any_ret3 args = --no-bpf-event -j any_ret kill >/dev/null 2>&1
H A DREADME39 perf record -j any_ret kill (test-record-branch-filter-any_ret)
/openbmc/linux/tools/perf/Documentation/
H A Dperf-top.txt249 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
254 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
H A Dperf-record.txt425 - any_ret: any function return or system call return
447 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
452 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k