• Home
  • Raw
  • Download

Lines Matching refs:compile

509 …linuxRcuStall    = compile("INFO: rcu_(?:preempt|sched|bh) (?:self-)?detected(?: expedited)? stall…
510 …linuxRipFrame = compile(`IP: (?:(?:[0-9]+:)?(?:{{PC}} +){0,2}{{FUNC}}|[0-9]+:0x[0-9a-f]+|(?:[0-…
529 compile("^ +(?:{{PC}} )?{{FUNC}}"),
587 compile(`^ should_fail(\.[a-z]+\.[0-9]+)?\+0x`),
588 compile(`^ should_failslab(\.[a-z]+\.[0-9]+)?\+0x`),
601 compile("Call Trace:"),
613 title: compile("BUG: KASAN:"),
614 …report: compile("BUG: KASAN: ([a-z\\-]+) in {{FUNC}}(?:.*\\n)+?.*(Read|Write) of size (?:[0-9]+)"),
619 compile("BUG: KASAN: (?:[a-z\\-]+) in {{FUNC}}"),
620 compile("Call Trace:"),
626 title: compile("BUG: KASAN:"),
627 report: compile("BUG: KASAN: double-free or invalid-free in {{FUNC}}"),
631 compile("BUG: KASAN: double-free or invalid-free in {{FUNC}}"),
632 compile("Call Trace:"),
639 title: compile("BUG: KASAN: ([a-z\\-]+) on address(?:.*\\n)+?.*(Read|Write) of size ([0-9]+)"),
643 title: compile("BUG: KASAN: (.*)"),
648 title: compile("BUG: KMSAN: (.*)"),
652 title: compile("BUG: unable to handle kernel paging request"),
657 compile("Call Trace:"),
663 title: compile("BUG: unable to handle kernel NULL pointer dereference"),
668 compile("Call Trace:"),
676 title: compile("BUG: unable to handle kernel"),
681 …title: compile("BUG: spinlock (lockup suspected|already unlocked|recursion|bad magic|wrong owner|w…
685 compile("Call Trace:"),
692 title: compile("BUG: soft lockup"),
696 compile("Call Trace:"),
702 title: compile("BUG: .*still has locks held!"),
703 report: compile("BUG: .*still has locks held!(?:.*\\n)+?.*{{PC}} +{{FUNC}}"),
707 title: compile("BUG: lock held when returning to user space"),
708 …report: compile("BUG: lock held when returning to user space(?:.*\\n)+?.*leaving the kernel …
713 title: compile("BUG: bad unlock balance detected!"),
714 …report: compile("BUG: bad unlock balance detected!(?:.*\\n){0,15}?.*is trying to release lock(?:.*…
718 title: compile("BUG: held lock freed!"),
719 report: compile("BUG: held lock freed!(?:.*\\n)+?.*{{PC}} +{{FUNC}}"),
723 title: compile("BUG: Bad rss-counter state"),
728 title: compile("BUG: non-zero nr_ptes on freeing mm"),
733 title: compile("BUG: non-zero nr_pmds on freeing mm"),
738 title: compile("BUG: Dentry .* still in use \\([0-9]+\\) \\[unmount of ([^\\]]+)\\]"),
742 title: compile("BUG: Bad page state"),
746 title: compile("BUG: Bad page map"),
750 title: compile("BUG: workqueue lockup"),
755 title: compile("BUG: sleeping function called from invalid context (.*)"),
759 title: compile("BUG: using __this_cpu_([a-z_]+)\\(\\) in preemptible"),
763 compile("Call Trace:"),
770 title: compile("BUG: workqueue leaked lock or atomic"),
771 report: compile("BUG: workqueue leaked lock or atomic(?:.*\\n)+?" +
777 title: compile("BUG: executor-detected bug"),
782 title: compile("BUG: memory leak"),
786 compile("backtrace:"),
796 compile("ODEBUG:"),
798 compile("Boot_DEBUG:"),
800 compile("BUG: no syscalls can create resource"),
807 title: compile("WARNING: .*lib/debugobjects\\.c.* debug_print_object"),
814 title: compile("WARNING: .*mm/usercopy\\.c.* usercopy_warn"),
819 title: compile("WARNING: .*lib/kobject\\.c.* kobject_"),
824 title: compile("WARNING: .*fs/proc/generic\\.c.* proc_register"),
829 title: compile("WARNING: .*lib/refcount\\.c.* refcount_"),
834 title: compile("WARNING: .*kernel/locking/lockdep\\.c.*lock_"),
839 title: compile("WARNING: lock held when returning to user space"),
840 …report: compile("WARNING: lock held when returning to user space(?:.*\\n)+?.*leaving the ker…
845 title: compile("WARNING: .*mm/.*\\.c.* k?.?malloc"),
851 title: compile("WARNING: .* at {{SRC}} {{FUNC}}"),
855 title: compile("WARNING: possible circular locking dependency detected"),
856 …report: compile("WARNING: possible circular locking dependency detected(?:.*\\n)+?.*is trying to a…
860 title: compile("WARNING: possible irq lock inversion dependency detected"),
861 …report: compile("WARNING: possible irq lock inversion dependency detected(?:.*\\n)+?.*just changed…
865 title: compile("WARNING: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detecte"),
866 …report: compile("WARNING: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected(?:.*\\n)+?.*is trying…
870 title: compile("WARNING: possible recursive locking detected"),
871 …report: compile("WARNING: possible recursive locking detected(?:.*\\n)+?.*is trying to acquire loc…
875 title: compile("WARNING: inconsistent lock state"),
876 …report: compile("WARNING: inconsistent lock state(?:.*\\n)+?.*takes(?:.*\\n)+?.*at: (?:{{PC}} +)?{…
880 title: compile("WARNING: suspicious RCU usage"),
881 report: compile("WARNING: suspicious RCU usage(?:.*\n)+?.*?{{SRC}}"),
885 compile("Call Trace:"),
893 … title: compile("WARNING: kernel stack regs at [0-9a-f]+ in [^ ]* has bad '([^']+)' value"),
898 … title: compile("WARNING: kernel stack frame pointer at [0-9a-f]+ in [^ ]* has bad value"),
903 title: compile("WARNING: bad unlock balance detected!"),
904 …report: compile("WARNING: bad unlock balance detected!(?:.*\\n){0,15}?.*is trying to release lock(…
908 title: compile("WARNING: held lock freed!"),
909 report: compile("WARNING: held lock freed!(?:.*\\n)+?.*{{PC}} +{{FUNC}}"),
913 title: compile("WARNING: kernel stack regs .* has bad 'bp' value"),
918 title: compile("WARNING: kernel stack frame pointer .* has bad value"),
924 compile("WARNING: /etc/ssh/moduli does not exist, using fixed modulus"), // printed by sshd
931 title: compile("INFO: possible circular locking dependency detected"),
932 …report: compile("INFO: possible circular locking dependency detected \\](?:.*\\n)+?.*is trying to …
936 title: compile("INFO: possible irq lock inversion dependency detected"),
937 …report: compile("INFO: possible irq lock inversion dependency detected \\](?:.*\\n)+?.*just change…
941 title: compile("INFO: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected"),
942 …report: compile("INFO: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected \\](?:.*\\n)+?.*is tryin…
946 title: compile("INFO: possible recursive locking detected"),
947 …report: compile("INFO: possible recursive locking detected \\](?:.*\\n)+?.*is trying to acquire lo…
951 title: compile("INFO: inconsistent lock state"),
952 …report: compile("INFO: inconsistent lock state \\](?:.*\\n)+?.*takes(?:.*\\n)+?.*at: {{PC}} +{{FUN…
960 compile("apic_timer_interrupt"),
978 title: compile("INFO: trying to register non-static key"),
982 compile("Call Trace:"),
989 title: compile("INFO: suspicious RCU usage"),
990 report: compile("INFO: suspicious RCU usage(?:.*\n)+?.*?{{SRC}}"),
994 compile("Call Trace:"),
1002 title: compile("INFO: task .* blocked for more than [0-9]+ seconds"),
1006 compile("Call Trace:"),
1015 title: compile("INFO: (Freed|Allocated) in (.*)"),
1021 compile("INFO: lockdep is turned off"),
1022 compile("INFO: Stall ended before state dump start"),
1023 compile("INFO: NMI handler"),
1024 compile("(handler|interrupt).*took too long"),
1025 compile("_INFO::"), // Android can print this during boot.
1026 compile("INFO: sys_.* is not present in /proc/kallsyms"), // pkg/host output in debug mode
1027 compile("INFO: no syscalls can create resource"), // pkg/host output in debug mode
1034 title: compile("Unable to handle kernel paging request"),
1035 report: compile("Unable to handle kernel paging request(?:.*\\n)+?.*PC is at {{FUNC}}"),
1045 title: compile("general protection fault:"),
1050 compile("Call Trace:"),
1062 title: compile("Kernel panic - not syncing: Attempted to kill init!"),
1066 …title: compile("Kernel panic - not syncing: Couldn't open N_TTY ldisc for [^ ]+ --- error -[0-9]+"…
1073 title: compile("Kernel panic - not syncing: Fatal exception"),
1079 title: compile("Kernel panic - not syncing: panic_on_warn set"),
1085 title: compile("Kernel panic - not syncing: hung_task: blocked tasks"),
1090 title: compile("Kernel panic - not syncing: (.*)"),
1100 title: compile("kernel BUG at mm/usercopy.c"),
1104 compile("Call Trace:"),
1110 title: compile("kernel BUG at lib/list_debug.c"),
1114 compile("Call Trace:"),
1126 title: compile("Kernel BUG (.*)"),
1136 title: compile("BUG kmalloc-.*: Object already free"),
1146 title: compile("divide error: "),
1147 report: compile("divide error: (?:.*\\n)+?.*RIP: [0-9]+:(?:{{PC}} +{{PC}} +)?{{FUNC}}"),
1157 title: compile("invalid opcode: "),
1158 report: compile("invalid opcode: (?:.*\\n)+?.*RIP: [0-9]+:{{PC}} +{{PC}} +{{FUNC}}"),
1168 title: compile("UBSAN: (.*)"),
1178 title: compile("Booting the kernel."),
1189 title: compile("unregister_netdevice: waiting for (?:.*) to become free"),