| /tools/perf/util/ |
| A D | comm.c | 46 return &RC_CHK_ACCESS(cs)->refcnt; in comm_str__refcnt() 51 return &RC_CHK_ACCESS(cs)->str[0]; in comm_str__str() 58 if (RC_CHK_GET(result, cs)) in comm_str__get() 66 if (!cs) in comm_str__put() 70 RC_CHK_FREE(cs); in comm_str__put() 73 comm_strs__remove_if_last(cs); in comm_str__put() 75 RC_CHK_PUT(cs); in comm_str__put() 82 RC_STRUCT(comm_str) *cs; in comm_str__new() 84 cs = malloc(sizeof(*cs) + strlen(str) + 1); in comm_str__new() 85 if (ADD_RC_CHK(result, cs)) { in comm_str__new() [all …]
|
| A D | data-convert-bt.c | 677 if (cs) { in ctf_stream__flush() 683 cs->cpu, cs->count); in ctf_stream__flush() 699 cs = zalloc(sizeof(*cs)); in ctf_stream__create() 700 if (!cs) { in ctf_stream__create() 734 return cs; in ctf_stream__create() 742 free(cs); in ctf_stream__create() 748 if (cs) { in ctf_stream__delete() 750 free(cs); in ctf_stream__delete() 758 if (!cs) { in ctf_stream() 763 return cs; in ctf_stream() [all …]
|
| A D | Build | 141 perf-util-$(CONFIG_AUXTRACE) += cs-etm.o 142 perf-util-$(CONFIG_AUXTRACE) += cs-etm-decoder/ 144 perf-util-$(CONFIG_AUXTRACE) += cs-etm-base.o
|
| /tools/testing/selftests/cachestat/ |
| A D | test_cachestat.c | 28 void print_cachestat(struct cachestat *cs) in print_cachestat() argument 32 cs->nr_cache, cs->nr_dirty, cs->nr_writeback, in print_cachestat() 33 cs->nr_evicted, cs->nr_recently_evicted); in print_cachestat() 131 struct cachestat cs; in test_cachestat() local 162 print_cachestat(&cs); in test_cachestat() 165 if (cs.nr_cache + cs.nr_evicted != num_pages) { in test_cachestat() 186 print_cachestat(&cs); in test_cachestat() 188 if (cs.nr_dirty) { in test_cachestat() 230 struct cachestat cs; in run_cachestat_test() local 283 print_cachestat(&cs); in run_cachestat_test() [all …]
|
| /tools/build/feature/ |
| A D | test-pthread-attr-setaffinity-np.c | 10 cpu_set_t cs; in main() local 13 CPU_ZERO(&cs); in main() 15 ret = pthread_attr_setaffinity_np(&thread_attr, sizeof(cs), &cs); in main()
|
| /tools/testing/selftests/x86/ |
| A D | sigreturn.c | 281 unsigned short cs, gs, fs, ss; member 293 return &sels->cs; in csptr() 323 : [cs] "r" (cs)); in cs_bitness() 356 : [cs] "r" (cs)); in is_valid_ss() 557 int cs = find_cs(cs_bits); in test_valid_sigreturn() local 558 if (cs == -1) { in test_valid_sigreturn() 579 sig_cs = cs; in test_valid_sigreturn() 642 if (req_sels->cs != res_sels->cs) { in test_valid_sigreturn() 644 req_sels->cs, res_sels->cs); in test_valid_sigreturn() 684 if (cs == -1) in test_bad_iret() [all …]
|
| A D | test_syscall_vdso.c | 379 int cs; in main() local 383 : "=a" (cs) in main() 385 kernel_is_64bit = (cs == 0x23); in main()
|
| A D | entry_from_vm86.c | 245 v86.regs.cs = load_addr / 16; in main() 253 assert((v86.regs.cs & 3) == 0); /* Looks like RPL = 0 */ in main() 312 v86.regs.cs = 0; in main()
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | config2csv.sh | 52 nc = asorti(c, cs); 57 printf "\"%s\"", cs[i]; 59 printf ",\"%s\"", p[cs[i] ":" ss[j]];
|
| /tools/testing/selftests/kvm/lib/ |
| A D | string_override.c | 10 int memcmp(const void *cs, const void *ct, size_t count) in memcmp() argument 15 for (su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--) { in memcmp()
|
| /tools/perf/util/cs-etm-decoder/ |
| A D | Build | 1 perf-util-$(CONFIG_AUXTRACE) += cs-etm-decoder.o
|
| /tools/perf/arch/arm/util/ |
| A D | Build | 6 perf-util-$(CONFIG_AUXTRACE) += pmu.o auxtrace.o cs-etm.o
|
| /tools/perf/arch/arm64/util/ |
| A D | Build | 12 ../../arm/util/cs-etm.o \
|
| /tools/perf/tests/shell/ |
| A D | test_arm_coresight_disasm.sh | 27 script_path=$(dirname "$0")/../../scripts/python/arm-cs-trace-disasm.py
|
| A D | record.sh | 136 if ! perf record -aB --synth=no -e cpu-clock,cs --threads=cpu \ 166 if ! perf record -e cpu-clock,cs --threads=package \
|
| /tools/testing/selftests/powerpc/nx-gzip/include/ |
| A D | crb.h | 77 __u8 cs; member
|
| /tools/testing/selftests/alsa/ |
| A D | pcm-test.c | 290 const char *cs; in test_pcm_time() local 334 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time() 335 format = snd_pcm_format_value(cs); in test_pcm_time() 337 ksft_exit_fail_msg("Wrong format '%s'\n", cs); in test_pcm_time()
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | svm.c | 81 vmcb_set_seg(&save->cs, get_cs(), 0, -1U, code_seg_attr); in generic_svm_setup()
|
| A D | processor.c | 80 segment_dump(stream, &sregs->cs, indent + 2); in sregs_dump() 512 kvm_seg_set_kernel_code_64bit(&sregs.cs); in vcpu_init_sregs()
|
| /tools/power/cpupower/ |
| A D | Makefile | 64 LANGUAGES = de fr it cs pt ka zh_CN
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | uprobe_syscall.c | 145 case offsetof(struct pt_regs, cs): in test_uretprobe_regs_equal()
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | processor.h | 499 uint16_t cs; in get_cs() local 502 : /* output */ [cs]"=rm"(cs)); in get_cs() 503 return cs; in get_cs() 1162 uint64_t cs; member
|
| A D | svm.h | 191 struct vmcb_seg cs; member
|
| /tools/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 147 struct kvm_segment cs, ds, es, fs, gs, ss; member 158 struct kvm_segment cs, ds, es, fs, gs, ss; member
|
| /tools/power/cpupower/po/ |
| A D | cs.po | 1 # translation of cs.po to Czech 10 "Project-Id-Version: cs\n" 16 "Language: cs\n"
|