Searched refs:any_ret (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-if.c | 282 int ret, any_ret = -ENODEV; in isp1760_init() local 288 any_ret = 0; in isp1760_init() 292 any_ret = 0; in isp1760_init() 295 if (any_ret) in isp1760_init() 297 return any_ret; in isp1760_init()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/attr/ |
| H A D | test-record-branch-filter-any_ret | 3 args = --no-bpf-event -j any_ret kill >/dev/null 2>&1
|
| H A D | README | 39 perf record -j any_ret kill (test-record-branch-filter-any_ret)
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-top.txt | 245 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond. 250 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
|
| H A D | perf-record.txt | 371 - any_ret: any function return or system call return 384 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond. 389 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
|