Home
last modified time | relevance | path

Searched refs:read_class (Results 1 – 2 of 2) sorted by relevance

/external/bcc/tools/lib/
Ducalls.py69 read_class = "bpf_usdt_readarg(2, ctx, &clazz);" variable
76 read_class = "bpf_usdt_readarg(2, ctx, &clazz);" # filename really variable
81 read_class = "bpf_usdt_readarg(4, ctx, &clazz);" variable
88 read_class = "bpf_usdt_readarg(1, ctx, &clazz);" # filename really variable
94 read_class = "bpf_usdt_readarg(1, ctx, &clazz);" variable
100 read_class = "" # no class/file info available variable
106 entry_probe, return_probe, read_class, read_method = ("", "", "", "") variable
236 """.replace("READ_CLASS", read_class) \
Duflow.py100 def enable_probe(probe_name, func_name, read_class, read_method, is_return): argument
109 .replace("READ_CLASS", read_class) \