Home
last modified time | relevance | path

Searched full:cmd_top (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/
H A Dbuiltin.h38 int cmd_top(int argc, const char **argv);
H A Dperf.c71 { "top", cmd_top, 0 },
H A Dbuiltin-top.c1443 int cmd_top(int argc, const char **argv) in cmd_top() function
H A Dbuiltin-kvm.c2110 ret = cmd_top(i, rec_argv); in __cmd_top()