Searched refs:cmd_top (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin.h | 27 int cmd_top(int argc, const char **argv);
|
H A D | perf.c | 72 { "top", cmd_top, 0 },
|
H A D | builtin-kvm.c | 1642 return cmd_top(argc, argv); in cmd_kvm()
|
H A D | builtin-top.c | 1419 int cmd_top(int argc, const char **argv) in cmd_top() function
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin.h | 24 int cmd_top(int argc, const char **argv);
|
H A D | perf.c | 68 { "top", cmd_top, 0 },
|
H A D | builtin-kvm.c | 2180 return cmd_top(argc, argv); in cmd_kvm()
|
H A D | builtin-top.c | 1427 int cmd_top(int argc, const char **argv) in cmd_top() function
|
Completed in 10 milliseconds