Searched refs:cmd_report (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin.h | 24 int cmd_report(int argc, const char **argv);
|
H A D | builtin-mem.c | 304 ret = cmd_report(i, rep_argv); in report_events()
|
H A D | perf.c | 68 { "report", cmd_report, 0 },
|
H A D | builtin-report.c | 1117 int cmd_report(int argc, const char **argv) in cmd_report() function
|
H A D | builtin-kvm.c | 1563 return cmd_report(i, rec_argv); in __cmd_report()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin.h | 21 int cmd_report(int argc, const char **argv);
|
H A D | perf.c | 62 { "report", cmd_report, 0 },
|
H A D | builtin-mem.c | 374 ret = cmd_report(i, rep_argv); in report_events()
|
H A D | builtin-kvm.c | 2099 return cmd_report(i, rec_argv); in __cmd_report()
|
H A D | builtin-report.c | 1186 int cmd_report(int argc, const char **argv) in cmd_report() function
|
Completed in 12 milliseconds