summaryrefslogtreecommitdiffstats
path: root/examples/oops4.right
Commit message (Collapse)AuthorAgeFilesLines
* rhzb#707074 abrt dupe detection needs to ignore some parts of kernel tracesNikola Pajkovsky2011-05-241-0/+20
kernel bt looks like [<ffffffff81047d33>] __might_sleep+0xeb/0xf0 [<ffffffff81111413>] __kmalloc+0x79/0x10d [<ffffffff811113ff>] __kmalloc+0x79/0x10d [<ffffffff81023683>] ? alloc_ioapic_entries+0x27/0x87 [<ffffffff81023683>] alloc_ioapic_entries+0x27/0x87 [<ffffffff81021cc0>] lapic_resume+0x3a/0x24d [<ffffffff81396db2>] ? cpufreq_resume+0x2d/0xac ^ memory skipped ^^^ ^ taken ^^^^^^^^^^ | skipped | skipped parser strip out only functions in the middle of bt and generates hash from top 6 functions Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>