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

1 2

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-probe.c 75 pr_err("Too many probes (> %d) were specified.", MAX_PROBES);
223 pr_err(" Error: '--vars' doesn't accept arguments.\n");
243 pr_err("Filter parse error at %td.\n", err - str + 1);
244 pr_err("Source: \"%s\"\n", str);
245 pr_err(" %*c\n", (int)(err - str + 1), '^');
341 pr_err(" Error: Parse Error. (%d)\n", ret);
360 pr_err(" Error: Don't use --list with --add/--del.\n");
364 pr_err(" Error: Don't use --list with --line.\n");
368 pr_err(" Error: Don't use --list with --vars.\n");
372 pr_err(" Error: Don't use --list with --funcs.\n")
    [all...]
builtin-evlist.c 56 pr_err("--group option is not compatible with other options\n");
builtin-record.c 92 pr_err("failed to write\n");
231 pr_err("Permission error mapping pages.\n"
239 pr_err("--mmap_pages/-m value must be a power of two.");
242 pr_err("failed to mmap with %d (%s)\n", errno, strerror(errno));
302 pr_err("Couldn't record guest kernel [%d]'s reference"
315 pr_err("Couldn't record guest kernel [%d]'s reference"
406 pr_err("Not enough memory for reading perf file header\n");
429 pr_err("Couldn't run the workload!\n");
460 pr_err("Couldn't generate buildids. "
474 pr_err("Couldn't synthesize attrs.\n")
    [all...]
builtin-kvm.c 177 pr_err("unknown kvm exit code:%lld on %s\n",
317 pr_err("Unknown report event:%s\n", kvm->report_event);
382 pr_err("Not enough memory\n");
397 pr_err("Not enough memory\n");
546 pr_err("%s: Not enough memory\n", __func__);
630 pr_err("Unknown compare key:%s\n", kvm->sort_key);
839 pr_err("Failed to look up CPU type (Intel or AMD)\n");
851 pr_err("CPU %s is not supported.\n", cpuid);
867 pr_err("Invalid vcpu:%d.\n", vcpu);
892 pr_err("Failed to parse sample\n")
    [all...]
builtin-lock.c 166 pr_err("memory allocation failed\n");
188 pr_err("memory allocation failed\n");
267 pr_err("Unknown compare key: %s\n", sort_key);
334 pr_err("memory allocation failed\n");
363 pr_err("memory allocation failed\n");
793 pr_err("Unknown type of information\n");
841 pr_err("Initializing perf session failed\n");
846 pr_err("Initializing perf session tracepoint handlers failed\n");
889 pr_err("tracepoint %s is not enabled. "
builtin-kmem.c 71 pr_err("Failed to read 'kernel_max' from sysfs");
79 pr_err("%s: calloc failed\n", __func__);
153 pr_err("%s: malloc failed\n", __func__);
196 pr_err("%s: malloc failed\n", __func__);
501 pr_err("Initializing perf session tracepoint handlers failed\n");
625 pr_err("%s: memdup failed\n", __func__);
642 pr_err("%s: strdup failed\n", __func__);
builtin-help.c 42 pr_err("unrecognized help format '%s'", format);
359 pr_err("no man viewer handled the request");
379 pr_err("'%s': not a documentation directory.", html_path);
builtin-script.c 155 pr_err("Samples for '%s' event do not have %s attribute set. "
196 pr_err("Display of symbols requested but neither sample IP nor "
202 pr_err("Display of offsets requested but symbol is not"
207 pr_err("Display of DSO requested but neither sample IP nor "
249 pr_err("%s events do not exist. "
515 pr_err("Samples misordered, previous: %" PRIu64
525 pr_err("problem processing %d event, skipping it.\n",
570 pr_err("Misordered timestamps: %" PRIu64 "\n", nr_unordered);
1246 pr_err("malloc failed\n");
    [all...]
builtin-top.c 108 pr_err("Can't annotate %s: No vmlinux file was found in the "
124 pr_err("Not enough memory for annotating '%s' symbol!\n",
194 pr_err("Not enough memory for annotating '%s' symbol!\n",
703 pr_err("Can't find guest [%d]'s kernel information\n",
711 pr_err("%u unprocessable samples recorded.\r",
781 pr_err("Problem incrementing symbol period, skipping event\n");
812 pr_err("Can't parse sample, err = %d\n", ret);
builtin-inject.c 195 pr_err("Can't synthesize build_id event for %s\n", self->long_name);
216 pr_err("problem processing %d event, skipping it.\n",
336 pr_err("Samples for %s event do not have %s attribute set.",
builtin-sched.c 446 pr_err("Error: sys_perf_event_open() syscall returned "
713 pr_err("hm, delta: %" PRIu64 " < 0 ?\n", delta);
837 pr_err("No memory at %s\n", __func__);
861 pr_err("Non memory at %s", __func__);
945 pr_err("hm, delta: %" PRIu64 " < 0 ?\n", delta);
958 pr_err("out-event: Internal tree error");
971 pr_err("in-event: Internal tree error");
1004 pr_err("in-event: Internal tree error");
1038 pr_err("wakeup-event: Internal tree error");
1093 pr_err("migration-event: Internal tree error")
    [all...]
builtin-diff.c 159 pr_err("Failed: wrong weight data, use 'wdiff:w1,w2'\n");
170 pr_err("Failed: extra option specified '%s'", opt);
215 pr_err("Failed: '%s' is not computation method "
667 pr_err("Failed to open %s\n", d->file);
674 pr_err("Failed to process %s\n", d->file);
1008 pr_err("Order option out of limit.\n");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pstack.c 51 pr_err("%s: %p not on the pstack!\n", __func__, key);
57 pr_err("%s: top=%d, overflow!\n", __func__, pstack->top);
68 pr_err("%s: underflow!\n", __func__);
unwind.c 316 pr_err("unwind: access_fpreg unsupported\n");
331 pr_err("unwind: resume unsupported\n");
341 pr_err("unwind: get_proc_name unsupported\n");
438 pr_err("unwind: access_reg w %d\n", regnum);
453 pr_err("unwind: can't read reg %d\n", regnum);
494 pr_err("unwind: Only supports local.\n");
497 pr_err("unwind: Unspecified error.\n");
500 pr_err("unwind: Register unavailable.\n");
527 pr_err("unwind: Can't create unwind address space.\n");
session.c 28 pr_err("incompatible file format (rerun with -v to learn more)");
37 pr_err("failed to open %s: %s", self->filename, strerror(err));
39 pr_err(" (try 'perf record' first)");
40 pr_err("\n");
48 pr_err("file %s not owned by current user or root\n",
60 pr_err("incompatible file format (rerun with -v to learn more)");
65 pr_err("non matching sample_type");
70 pr_err("non matching sample_id_all");
75 pr_err("non matching read_format");
544 pr_err("Can't parse sample, err = %d\n", ret)
    [all...]
vdso.c 27 pr_err("vdso: cannot open maps\n");
build-id.c 31 pr_err("problem processing %d event, skipping it.\n",
probe-finder.c 220 pr_err("Failed to find vmlinux path\n");
523 pr_err("Semantic error: %s must be referred by '->'\n",
555 pr_err("Semantic error: %s is not a pointor"
560 pr_err("Semantic error: %s must be referred by '.'\n",
611 pr_err("Failed to find the location of %s at this address.\n"
614 pr_err("Sorry, we don't support this variable location yet.\n");
742 pr_err("Caller must pass a scope DIE. Program error.\n");
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
unwind.c 65 pr_err("unwind: invalid reg id %d\n", regnum);
105 pr_err("unwind: invalid reg id %d\n", regnum);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm64/util/
unwind-libunwind.c 77 pr_err("unwind: invalid reg id %d\n", regnum);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
rdpmc.c 111 pr_err("Error: sys_perf_event_open() syscall returned "
118 pr_err("Error: mmap() syscall returned with (%s)\n",
open-syscall-tp-fields.c 87 pr_err("Can't parse sample, err = %d\n", err);
mmap-basic.c 113 pr_err("Can't parse sample, err = %d\n", err);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
setup.c 114 pr_err("TUI initialization failed.\n");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
kernel.h 110 #define pr_err(fmt, ...) \ macro

Completed in 259 milliseconds

1 2