Home
last modified time | relevance | path

Searched refs:COMM (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_output.c118 #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 Dhists_cumulate.c152 #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 Dtrigger-hist-mod.tc16 COMM=`cat /proc/$$/comm`
17 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
H A Dtrigger-hist.tc36 COMM=`cat /proc/$$/comm`
37 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
H A Dtrigger-multihist.tc21 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 D0001-tools-trace.py-Fix-failing-to-exit.patch11 PID TID COMM FUNC
/OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/Language/
H A DChinese.ini90 ERROR_CREATE_COMM=创建COMM对象失败,停止执行!
/OK3568_Linux_fs/u-boot/test/py/
H A DREADME.md82 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 Dfsmc_nand.c78 #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 DREADME39 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 Dstab.def200 | 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 Dstab.def200 | 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 Dstab.def194 | 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 Dstab.def194 | 10 | 12 COMM | 14 SETA | 16 SETT |
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Dparse-filter.c17 #define COMM "COMM" macro
370 if (strcmp(token, COMM) == 0) { in create_arg_item()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-trace.txt137 Show process COMM right beside its ID, on by default, disable with --no-comm.
H A Dperf-script.txt301 Display task related events (e.g. FORK, COMM, EXIT).
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c172 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c704 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 Dgdb.info18991 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 Dgdb.info18991 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/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...