Searched defs:usdts (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/tools/ | ||
| D | dbstat.py | 86 usdts = list(map(lambda pid: USDT(pid=pid), args.pids)) variable |
| D | dbslower.py | 197 usdts = list(map(lambda pid: USDT(pid=pid), args.pids)) variable |