/external/linux-tools-perf/util/ |
debug.h | 38 void ui__warning(const char *format, ...) __attribute__((format(printf, 1, 2)));
|
debug.c | 50 void ui__warning(const char *format, ...) function 62 ui__warning("Permission error - are you root?\n"
|
session.c | 878 ui__warning("Processed %" PRIu64 " events and LOST %" PRIu64 885 ui__warning("Found %u unknown events!\n\n" 894 ui__warning("%u samples with id not present in the header\n", 899 ui__warning("Found invalid callchains!\n\n" [all...] |
/external/linux-tools-perf/util/ui/ |
util.c | 117 void ui__warning(const char *format, ...) function
|
/external/linux-tools-perf/ |
builtin-top.c | 770 ui__warning( 798 ui__warning("The %s file can't be used.\n%s", 801 ui__warning("A vmlinux file was not found.\n%s", 918 ui__warning("Cycles event not supported,\n" 927 ui__warning("The %s event is not supported.\n", 932 ui__warning("The sys_perf_event_open() syscall " 942 ui__warning("Failed to mmap with %d (%s)\n",
|
builtin-report.c | 292 ui__warning( 323 ui__warning("The %s file has no samples!\n", input_name);
|
builtin-annotate.c | 217 ui__warning("The %s file has no samples!\n", input_name);
|
builtin-record.c | 307 ui__warning("The cycles event is not supported, " 315 ui__warning("The %s event is not supported.\n",
|
builtin-stat.c | 453 ui__warning("%s event is not supported by the kernel.\n", [all...] |