minix/commands/profile
Tomas Hruby db12229ce3 New profile protocol
- when kernel profiles a process for the first time it saves an entry
  describing the process [endpoint|name]

- every profile sample is only [endpoint|pc]

- profile utility creates a table of endpoint <-> name relations and
  translates endpoints of samples into names and writing out the
  results to comply with the processing tools

- "task" endpoints like KERNEL are negative thus we must cast it to
  unsigned when hashing
2010-09-23 10:49:39 +00:00
..
tools System statistical and call profiling 2006-10-30 15:53:38 +00:00
cprofalyze.pl System statistical and call profiling 2006-10-30 15:53:38 +00:00
Makefile Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
profile.c New profile protocol 2010-09-23 10:49:39 +00:00
sprofalyze.pl New profile protocol 2010-09-23 10:49:39 +00:00