Searched refs:show_header (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | map.c | 833 bool show_header) in map_dump() 857 if (show_header) { in map_dump() 863 } else if (show_header) { in map_dump() 885 if (show_header) in map_dump() 832 map_dump(int fd, struct bpf_map_info *info, json_writer_t *wtr, bool show_header) map_dump() argument
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | map.c | 824 bool show_header) in map_dump() 847 if (show_header) { in map_dump() 853 } else if (show_header) { in map_dump() 879 if (show_header) in map_dump() 823 map_dump(int fd, struct bpf_map_info *info, json_writer_t *wtr, bool show_header) map_dump() argument
|
/kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
H A D | hist.c | 817 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument 836 if (show_header) in hists__fprintf()
|
/kernel/linux/linux-6.6/tools/perf/ui/stdio/ |
H A D | hist.c | 817 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument 836 if (show_header) in hists__fprintf()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 196 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 211 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 1649 show_header(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) in show_header() function 1923 .read = show_header,
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events.c | 1894 show_header(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) in show_header() function 2168 .read = show_header,
|
Completed in 20 milliseconds