Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf-utils.c17 int count_offset; /* e.g. offset of jited_prog_len */ member
140 info_len < desc->count_offset + sizeof(__u32) || in get_bpf_prog_info_linear()
149 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear()
172 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear()
175 desc->count_offset, count); in get_bpf_prog_info_linear()
208 count1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear()
210 desc->count_offset); in get_bpf_prog_info_linear()
/linux/tools/accounting/
H A Ddelaytop.c143 unsigned long count_offset; /* Offset of count in task_info */ member
786 count1 = *(unsigned long *)((char *)t1 + cfg.sort_field->count_offset); in compare_tasks()
787 count2 = *(unsigned long *)((char *)t2 + cfg.sort_field->count_offset); in compare_tasks()