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.py20 this_filter = str(args.filterstr) variable
74 bpf_text = bpf_text.replace("FILTER_STRING", this_filter)
75 if this_filter:
Dlat_avg.py22 this_filter = str(args.filterstr) variable
99 bpf_text = bpf_text.replace("FILTER_STRING", this_filter)
100 if this_filter:
Dlatency.py18 this_filter = str(args.filterstr) variable
76 bpf_text = bpf_text.replace("FILTER_STRING", this_filter)
77 if this_filter: