Searched refs:cmd_stat (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin.h | 25 int cmd_stat(int argc, const char **argv);
|
H A D | perf.c | 70 { "stat", cmd_stat, 0 },
|
H A D | builtin-kvm.c | 1516 return cmd_stat(argc, argv); in kvm_cmd_stat()
|
H A D | builtin-stat.c | 2051 int cmd_stat(int argc, const char **argv) in cmd_stat() function
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin.h | 22 int cmd_stat(int argc, const char **argv);
|
H A D | perf.c | 64 { "stat", cmd_stat, 0 },
|
H A D | builtin-kvm.c | 2052 return cmd_stat(argc, argv); in kvm_cmd_stat()
|
H A D | builtin-stat.c | 2475 int cmd_stat(int argc, const char **argv) in cmd_stat() function
|
Completed in 15 milliseconds