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

  /external/linux-tools-perf/
builtin-buildid-cache.c 48 pr_info("Adding %s %s: %s\n", sbuild_id, filename,
69 pr_info("Removing %s %s: %s\n", sbuild_id, filename,
builtin-lock.c 757 pr_info("\n=== output for debug===\n\n");
758 pr_info("bad: %d, total: %d\n", bad, total);
759 pr_info("bad rate: %f %%\n", (double)bad / (double)total * 100);
760 pr_info("histogram of events caused bad sequence\n");
762 pr_info(" %10s: %d\n", name[i], bad_hist[i]);
772 pr_info("%20s ", "Name");
773 pr_info("%10s ", "acquired");
774 pr_info("%10s ", "contended");
776 pr_info("%15s ", "total wait (ns)");
777 pr_info("%15s ", "max wait (ns)")
    [all...]
builtin-test.c 184 pr_info("Maps only in vmlinux:\n");
204 pr_info("Maps in vmlinux with a different name in kallsyms:\n");
215 pr_info(" %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as",
218 pr_info(": \n*%" PRIx64 "-%" PRIx64 " %" PRIx64 "",
220 pr_info(" %s\n", pair->dso->name);
225 pr_info("Maps only in kallsyms:\n");
642 pr_info("%2d: %s:", i + 1, tests[i].desc);
646 pr_info(" %s\n", err ? "FAILED!\n" : "Ok");
builtin-timechart.c 1015 pr_info("Written %2.1f seconds of trace to %s.\n",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elfcore.h 41 struct elf_siginfo pr_info; /* Info associated with signal */ member in struct:elf_prstatus
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
procfs.h 81 struct elf_siginfo pr_info; /* Info associated with signal. */ member in struct:elf_prstatus
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elfcore.h 41 struct elf_siginfo pr_info; /* Info associated with signal */ member in struct:elf_prstatus
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
procfs.h 81 struct elf_siginfo pr_info; /* Info associated with signal. */ member in struct:elf_prstatus
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elfcore.h 41 struct elf_siginfo pr_info; /* Info associated with signal */ member in struct:elf_prstatus
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
procfs.h 81 struct elf_siginfo pr_info; /* Info associated with signal. */ member in struct:elf_prstatus
  /external/linux-tools-perf/util/include/linux/
kernel.h 112 #define pr_info(fmt, ...) \ macro
  /external/strace/
defs.h 270 #define PR_INFO pr_lwp.pr_info
290 #define PR_INFO pr_info
  /external/elfutils/backends/
linux-core-note.c 67 struct EBLHOOK(siginfo) pr_info;
  /external/kernel-headers/original/linux/
kernel.h 221 #define pr_info(fmt,arg...) \ macro
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 231 prs->pr_info.si_signo = si->si_signo;
232 prs->pr_info.si_code = si->si_code;
233 prs->pr_info.si_errno = 0;
  /external/linux-tools-perf/util/
session.c 57 pr_info("zero-sized file (%s), nothing to do!\n",
    [all...]
probe-event.c     [all...]
probe-finder.c 975 pr_info("%s exceeds max-bitwidth. Cut down to %d bits.\n",
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 945 struct vki_elf_siginfo pr_info; \/* Info associated with signal *\/ member in struct:vki_elf_prstatus
    [all...]

Completed in 5751 milliseconds