Home
last modified time | relevance | path

Searched refs:stats_print (Results 1 – 4 of 4) sorted by relevance

/linux/tools/mm/
H A Dthpmaps375 def stats_print(stats, tot_anon, tot_file, inc_empty):
479 stats_print(stats, vma_anon, vma_file, args.inc_empty)
485 stats_print(rollup, rollup_anon, rollup_file, args.inc_empty)
/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst20 the @stats_print message to the appropriate DM device via dmsetup.
132 @stats_print <region_id> [<starting_line> <number_of_lines>]
221 dmsetup message vol 0 @stats_print 0
/linux/tools/perf/
H A Dbuiltin-report.c823 static int stats_print(struct report *rep) in stats_print() function
1087 return stats_print(rep); in __cmd_report()
1105 stats_print(rep); in __cmd_report()
/linux/samples/bpf/
H A Dxdp_sample_user.c1102 static void stats_print(const char *prefix, int mask, struct stats_record *r, in stats_print() function
1457 stats_print(prog_name, mask, cur, prev, &out); in sample_stats_print()