minix/kernel/system
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
..
do_abort.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_clear.c SMP - lazy FPU 2010-09-15 14:11:25 +00:00
do_copy.c KCall methods do not depend on m_source and m_type fields 2010-06-01 08:54:31 +00:00
do_cprofile.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_devio.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_endksig.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_exec.c SMP - lazy FPU 2010-09-15 14:11:25 +00:00
do_exit.c More endpoint_t correctness. 2010-06-08 14:09:18 +00:00
do_fork.c Userspace scheduling - exporting stats 2010-09-19 15:52:12 +00:00
do_getinfo.c SMP - CPU local idle stub 2010-09-15 14:10:21 +00:00
do_getksig.c include, kernel: minor fixes to make compiling and linking work with clang. 2010-07-06 11:59:19 +00:00
do_irqctl.c KCall methods do not depend on m_source and m_type fields 2010-06-01 08:54:31 +00:00
do_kill.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_mcontext.c SMP - lazy FPU 2010-09-15 14:11:25 +00:00
do_memset.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_newmap.c Oops, last commit included more than was intended 2010-05-20 08:07:47 +00:00
do_privctl.c Dynamic configuration in system.conf for boot system services. 2010-07-13 21:11:44 +00:00
do_profbuf.c KCall methods do not depend on m_source and m_type fields 2010-06-01 08:54:31 +00:00
do_runctl.c SMP - Process is stopped when VM modifies the page tables 2010-09-15 14:11:12 +00:00
do_safecopy.c RS live update support. 2010-07-09 18:29:04 +00:00
do_safemap.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_schedctl.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
do_schedule.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
do_segctl.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_setalarm.c More endpoint_t correctness. 2010-06-08 14:09:18 +00:00
do_setgrant.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_sigreturn.c SMP - lazy FPU 2010-09-15 14:11:25 +00:00
do_sigsend.c SMP - lazy FPU 2010-09-15 14:11:25 +00:00
do_sprofile.c New profile protocol 2010-09-23 10:49:39 +00:00
do_statectl.c Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
do_stime.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_sysctl.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_times.c More endpoint_t correctness. 2010-06-08 14:09:18 +00:00
do_trace.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_umap.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_update.c SMP - Cpu local variables 2010-09-15 14:09:46 +00:00
do_vdevio.c More endpoint_t correctness. 2010-06-08 14:09:18 +00:00
do_vmctl.c SMP - Process is stopped when VM modifies the page tables 2010-09-15 14:11:12 +00:00
do_vtimer.c KCall methods do not depend on m_source and m_type fields 2010-06-01 08:54:31 +00:00
Makefile.inc Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00