aboutsummaryrefslogtreecommitdiffstats
path: root/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some code improvementsMattias Andrée2023-06-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix some warnings and move include statement to common.hMattias Andrée2020-06-211-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Bug fix: use inclusive check to test parsed long int fits in intMattias Andrée2020-06-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Tracing fork children does not workMattias Andrée2020-05-311-6/+47
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2020-05-311-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing threadsMattias Andrée2020-05-301-4/+11
| | | | 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-5/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing fork childrenMattias Andrée2020-05-301-0/+56
Signed-off-by: Mattias Andrée <maandree@kth.se>