Blame doc/abrt-action-analyze-oops.txt

Packit 8ea169
abrt-action-analyze-oops(1)
Packit 8ea169
===========================
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrt-action-analyze-oops - Calculate and save UUID and duplicate hash
Packit 8ea169
for a problem data directory DIR with kernel oops.
Packit 8ea169
Packit 8ea169
SYNOPSIS
Packit 8ea169
--------
Packit 8ea169
'abrt-action-analyze-oops' [-v] [-d DIR]
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
The tool reads the file named 'backtrace' from a problem data
Packit 8ea169
directory, parses it as a kernel oops record and generates a
Packit 8ea169
duplication hash and a universally unique identifier (UUID). Then it
Packit 8ea169
saves this data as new elements 'duphash' and 'uuid'.
Packit 8ea169
Packit 8ea169
Integration with ABRT events
Packit 8ea169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 8ea169
'abrt-action-analyze-oops' can be used to generate the duplication
Packit 8ea169
hash of a newly discovered kernel oops.
Packit 8ea169
Packit 8ea169
------------
Packit 8ea169
EVENT=post-create analyzer=Kerneloops   abrt-action-analyze-oops
Packit 8ea169
------------
Packit 8ea169
Packit 8ea169
OPTIONS
Packit 8ea169
-------
Packit 8ea169
-d DIR::
Packit 8ea169
   Path to a problem directory. Current working directory is used when
Packit 8ea169
   this option is not provided.
Packit 8ea169
Packit 8ea169
-v::
Packit 8ea169
   Be more verbose. Can be given multiple times.
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team