| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | hists_output.c | 118 #define COMM(he) (thread__comm_str(he->thread)) macro 169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 193 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 199 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() [all …]
|
| H A D | hists_cumulate.c | 152 #define COMM(he) (thread__comm_str(he->thread)) macro 211 !strcmp(COMM(he), expected[i].comm) && in do_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-hist-mod.tc | 16 COMM=`cat /proc/$$/comm` 17 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| H A D | trigger-hist.tc | 36 COMM=`cat /proc/$$/comm` 37 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| H A D | trigger-multihist.tc | 21 COMM=`cat /proc/$$/comm` 22 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/ |
| H A D | 0001-tools-trace.py-Fix-failing-to-exit.patch | 11 PID TID COMM FUNC
|
| /OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/Language/ |
| H A D | Chinese.ini | 90 ERROR_CREATE_COMM=创建COMM对象失败,停止执行!
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | README.md | 82 option `--gdbserver COMM`. This causes two things to happens: 85 debug communication via the channel `COMM`. You can attach a debugger to the 87 below for details of valid values for `COMM`.
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | fsmc_nand.c | 78 #define COMM 0x08 macro 279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | README | 39 version: COMM-USB8388-318.p4
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | stab.def | 200 | 10 | 12 COMM | 14 SETA | 16 SETT |
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | stab.def | 200 | 10 | 12 COMM | 14 SETA | 16 SETT |
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | stab.def | 194 | 10 | 12 COMM | 14 SETA | 16 SETT |
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | stab.def | 194 | 10 | 12 COMM | 14 SETA | 16 SETT |
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | parse-filter.c | 17 #define COMM "COMM" macro 370 if (strcmp(token, COMM) == 0) { in create_arg_item()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 137 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
| H A D | perf-script.txt | 301 Display task related events (e.g. FORK, COMM, EXIT).
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events.c | 172 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-script.c | 704 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 18991 target> gdbserver COMM PROGRAM [ ARGS ... ] 18993 COMM is either a device name (to use a serial line), or a TCP 19036 target> gdbserver --attach COMM PID 19047 target> gdbserver --attach COMM `pidof PROGRAM` 50899 gdbserver COMM PROG [ARGS...] 50901 gdbserver -attach COMM PID 50903 gdbserver -multi COMM 50921 target> gdbserver COMM PROGRAM [ARGS ...] 50949 target> gdbserver --attach COMM PID 50959 target> gdbserver --multi COMM [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 18991 target> gdbserver COMM PROGRAM [ ARGS ... ] 18993 COMM is either a device name (to use a serial line), or a TCP 19036 target> gdbserver --attach COMM PID 19047 target> gdbserver --attach COMM `pidof PROGRAM` 50899 gdbserver COMM PROG [ARGS...] 50901 gdbserver -attach COMM PID 50903 gdbserver -multi COMM 50921 target> gdbserver COMM PROGRAM [ARGS ...] 50949 target> gdbserver --attach COMM PID 50959 target> gdbserver --multi COMM [all …]
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |