aboutsummaryrefslogtreecommitdiffstats
path: root/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for tracing threadsMattias Andrée2020-05-301-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not print PID numbers if only configured to trace one threadMattias Andrée2020-05-301-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Continue vfork parent after child execsMattias Andrée2020-05-301-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add support for tracing vfork childrenMattias Andrée2020-05-301-2/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing fork childrenMattias Andrée2020-05-301-0/+90
Signed-off-by: Mattias Andrée <maandree@kth.se>