Lines Matching defs:bpf_text
69 bpf_text = """ variable
250 bpf_text = bpf_text.replace('STATE_FIELD', '__state') variable
252 bpf_text = bpf_text.replace('STATE_FIELD', 'state') variable
255 bpf_text = bpf_text.replace('FILTER', 'tgid != %s' % args.pid) variable
257 bpf_text = bpf_text.replace('FILTER', '0') variable
259 bpf_text = bpf_text.replace('FACTOR', 'delta /= 1000000;') variable
262 bpf_text = bpf_text.replace('FACTOR', 'delta /= 1000;') variable
270 bpf_text = bpf_text.replace('STORAGE', variable
272 bpf_text = bpf_text.replace('STORE', variable
277 bpf_text = bpf_text.replace('STORAGE', variable
279 bpf_text = bpf_text.replace('STORE', 'pidns_key_t key = ' + variable
284 bpf_text = bpf_text.replace('STORAGE', 'BPF_HISTOGRAM(dist);') variable
285 bpf_text = bpf_text.replace('STORE', variable