HomeSort by relevance Sort by last modified time
    Searched refs:pr_err (Results 1 - 22 of 22) sorted by null

  /external/linux-tools-perf/
builtin-probe.c 77 pr_err("Too many probes (> %d) were specified.", MAX_PROBES);
156 pr_err(" Error: '--vars' doesn't accept arguments.\n");
176 pr_err("Filter parse error at %td.\n", err - str + 1);
177 pr_err("Source: \"%s\"\n", str);
178 pr_err(" %*c\n", (int)(err - str + 1), '^');
273 pr_err(" Error: Parse Error. (%d)\n", ret);
292 pr_err(" Error: Don't use --list with --add/--del.\n");
296 pr_err(" Error: Don't use --list with --line.\n");
300 pr_err(" Error: Don't use --list with --vars.\n");
304 pr_err(" Error: Don't use --list with --funcs.\n")
    [all...]
builtin-inject.c 116 pr_err("Can't find machine for session\n");
126 pr_err("Can't synthesize build_id event for %s\n", self->long_name);
146 pr_err("problem processing %d event, skipping it.\n",
builtin-record.c 403 pr_err("Couldn't record guest kernel [%d]'s reference"
417 pr_err("Couldn't record guest kernel [%d]'s reference"
511 pr_err("Not enough memory for reading perf file header\n");
609 pr_err("Couldn't synthesize attrs.\n");
616 pr_err("Couldn't synthesize event_types.\n");
633 pr_err("Couldn't record tracing data.\n");
642 pr_err("Couldn't find native kernel information.\n");
652 pr_err("Couldn't record kernel reference relocation symbol\n"
659 pr_err("Couldn't record kernel module information.\n"
680 pr_err("Could not set realtime priority.\n")
    [all...]
builtin-top.c 174 pr_err("Can't annotate %s: No vmlinux file was found in the "
190 pr_err("Not enough memory for annotating '%s' symbol!\n",
754 pr_err("Can't find guest [%d]'s kernel information\n",
820 pr_err("Can't annotate %s", sym->name);
822 pr_err(": No vmlinux file was found in the path:\n");
825 pr_err(".\n");
860 pr_err("Can't parse sample, err = %d\n", ret);
1113 pr_err("Not enough memory for event selector list\n");
builtin-annotate.c 301 pr_err("'.' is the only non valid --field-separator argument\n");
builtin-script.c 135 pr_err("Samples for '%s' event do not have %s attribute set. "
205 pr_err("%s events do not exist. "
360 pr_err("Samples misordered, previous: %" PRIu64
404 pr_err("Misordered timestamps: %" PRIu64 "\n", nr_unordered);
builtin-kmem.c 362 pr_err("__print_result: couldn't find kernel information\n");
builtin-test.c 569 pr_err("Can't parse sample, err = %d\n", err);
builtin-stat.c 1195 pr_err("Problems finding threads of monitor\n");
    [all...]
  /external/linux-tools-perf/util/
pstack.c 57 pr_err("%s: %p not on the pstack!\n", __func__, key);
63 pr_err("%s: top=%d, overflow!\n", __func__, self->top);
74 pr_err("%s: underflow!\n", __func__);
build-id.c 31 pr_err("problem processing %d event, skipping it.\n",
session.c 31 pr_err("incompatible file format");
40 pr_err("failed to open %s: %s", self->filename, strerror(err));
42 pr_err(" (try 'perf record' first)");
43 pr_err("\n");
51 pr_err("file %s not owned by current user or root\n",
63 pr_err("incompatible file format");
68 pr_err("non matching sample_type");
73 pr_err("non matching sample_id_all");
516 pr_err("Can't parse sample, err = %d\n", ret);
866 pr_err("problem inserting idle task.\n")
    [all...]
probe-event.c 57 #define semantic_error(msg ...) pr_err("Semantic error :" msg)
177 pr_err("Failed to find path of %s module.\n",
468 pr_err("Failed to find variables at %s (%d)\n", buf, ret);
537 pr_err("Failed to find symbol %s in kernel.\n", tp->symbol);
781 pr_err("This program has a bug at %s:%d.\n",
    [all...]
probe-finder.c 234 pr_err("Failed to find vmlinux path\n");
1043 pr_err("Semantic error: %s must be referred by '->'\n",
1072 pr_err("Semantic error: %s is not a pointor"
1077 pr_err("Semantic error: %s must be referred by '.'\n",
1123 pr_err("Failed to find the location of %s at this address.\n"
1126 pr_err("Sorry, we don't support this variable location yet.\n");
    [all...]
annotate.c 283 pr_err("Can't annotate %s: not enough memory\n",
318 pr_err("Can't annotate %s: No vmlinux file%s was found in the "
sort.c 291 pr_err("Invalid regex: %s\n%s", parent_pattern, err);
symbol.c 1353 pr_err("%s: cannot get elf header.\n", __func__);
    [all...]
map.c 651 pr_err("Can't access file %s\n", path);
event.c 509 pr_err("Can't find id %d's machine\n", event->mmap.pid);
  /external/linux-tools-perf/util/include/linux/
kernel.h 108 #define pr_err(fmt, ...) \ macro
  /external/linux-tools-perf/util/ui/browsers/
top.c 133 pr_err("Not enough memory for annotating '%s' symbol!\n",
  /external/stlport/
configure.bat 385 :pr_err label

Completed in 732 milliseconds