zephyr/arch/x86/core/intel64
Daniel Leung 11e6b43090 tracing: roll thread switch in/out into thread stats functions
Since the tracing of thread being switched in/out has the same
instrumentation points, we can roll the tracing function calls
into the one for thread stats gathering functions.
This avoids duplicating code to call another function.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-11-11 23:55:49 -05:00
..
coredump.c coredump: add support for x86 and x86_64 2020-08-24 20:28:24 -04:00
cpu.c arch/x86: If ACPI is enabled, get the CPU APIC ID from it 2020-10-01 11:16:40 -07:00
fatal.c x86: implement user mode on 64-bit 2020-01-13 16:35:10 -05:00
irq.c x86: smp: add TLB shootdown logic 2020-11-05 09:33:40 -05:00
locore.S tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
thread.c x86: paging code rewrite 2020-08-25 15:49:59 -04:00
userspace.S x86: move page tables to the memory domain level 2020-11-05 09:33:40 -05:00