incubator-nuttx/fs/procfs
anjiahao d932e0af2a sched/procfs:use instrument to statistics run time max stack
Usage:
1. CONFIG_FS_PROCFS_MAX_STACK_RECORD > 0, such as 32,
2. add '-finstrument-functions' to CFLAGS for What you want to check
   stack.
3. mount porcfs
4. cat /proc/<pid>/stack will print backtace & size

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-12-11 02:06:51 -08:00
..
CMakeLists.txt cmake:complete missing changes during cmake reforming for fs 2023-09-08 21:20:16 +03:00
Kconfig sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
Make.defs fdt: Add initial FDT support and procfs for userspace export 2023-08-05 12:41:06 -07:00
fs_procfs.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
fs_procfscpuinfo.c procfs/cpuinfo: Zero copylen in cpuinfo_read 2023-12-11 10:36:03 +01:00
fs_procfscpuload.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
fs_procfscritmon.c clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
fs_procfsfdt.c fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
fs_procfsiobinfo.c fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
fs_procfsmeminfo.c mm: record the maximum system memory usage 2023-11-09 09:08:49 +08:00
fs_procfsproc.c sched/procfs:use instrument to statistics run time max stack 2023-12-11 02:06:51 -08:00
fs_procfstcbinfo.c sched: Rename DEBUG_TCBINFO to ARCH_HAVE_TCBINFO 2023-07-26 09:33:38 +02:00
fs_procfsuptime.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
fs_procfsutil.c procfs:add /proc/cpuinfo 2023-05-27 03:29:41 +08:00
fs_procfsversion.c procfs: Add g_ prefix to all procfs_operations 2023-04-22 03:33:50 -04:00
fs_skeleton.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00