Searched refs:fields (Results 1 – 4 of 4) sorted by relevance
23 fields = line.split() variable24 total_samples += int(fields[1])25 key = ThreadModule(fields[2], fields[3])27 thread_module_samples[key] += int(fields[1])28 key = FunctionModule(fields[5], fields[3])30 function_module_samples[key] += int(fields[1])31 threads.add(fields[2])33 key = fields[3]35 module_samples[key] += int(fields[1])67 fields = line.split() variable[all …]
162 local fields=("$@") field166 if [[ -z ${fields[field]} ]]; then167 fields[field]="###"
146 itself as a probe parameter and let the script decide which fields it wants to access151 argument, and let the script decide which fields it wants to access; for example,159 - our structures include fields with their enum types instead of int; bpftrace will
24 At this stage, we can start looking at the relevant fields of our bdev which now