Home
last modified time | relevance | path

Searched refs:this_filter (Results 1 – 3 of 3) sorted by relevance

/external/bcc/examples/usdt_sample/scripts/
Dlat_dist.py21 this_filter = str(args.filterstr) variable
75 bpf_text = bpf_text.replace("FILTER_STRING", this_filter)
76 if this_filter:
Dlat_avg.py23 this_filter = str(args.filterstr) variable
100 bpf_text = bpf_text.replace("FILTER_STRING", this_filter)
101 if this_filter:
Dlatency.py19 this_filter = str(args.filterstr) variable
77 bpf_text = bpf_text.replace("FILTER_STRING", this_filter)
78 if this_filter: