Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 10 of 10) sorted by relevance

/tools/mm/
Dpage_owner_sort.c92 static struct filter_condition fc; variable
452 if ((filter & FILTER_PID) && !match_num_list(get_pid(buf), fc.pids, fc.pids_size)) in is_need()
455 !match_num_list(get_tgid(buf), fc.tgids, fc.tgids_size)) in is_need()
461 !match_str_list(comm, fc.comms, fc.comms_size)) { in is_need()
706 fc.pids = parse_nums_list(optarg, &fc.pids_size); in main()
707 if (fc.pids == NULL) { in main()
715 fc.tgids = parse_nums_list(optarg, &fc.tgids_size); in main()
716 if (fc.tgids == NULL) { in main()
724 fc.comms = explode(',', optarg, &fc.comms_size); in main()
/tools/testing/selftests/powerpc/nx-gzip/include/
Dnxu.h527 #define fc_is_compress(fc) (((fc) & 0x10) == 0) argument
528 #define fc_has_count(fc) (fc_is_compress(fc) && (((fc) & 0x4) != 0)) argument
/tools/perf/util/
Dheader.h147 int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw);
153 struct feat_copier *fc,
Dheader.c3567 struct feat_copier *fc) in do_write_feat() argument
3585 if (fc && fc->copy) { in do_write_feat()
3592 err = fc->copy(fc, type, &h.fw); in do_write_feat()
3614 struct feat_copier *fc) in perf_header__adds_write() argument
3641 if (do_write_feat(&ff, feat, &p, evlist, fc)) in perf_header__adds_write()
3683 struct feat_copier *fc, in perf_session__do_write_header() argument
3706 err = perf_header__adds_write(header, evlist, fd, fc); in perf_session__do_write_header()
3764 err = perf_header__adds_write(header, evlist, fd, fc); in perf_session__do_write_header()
3825 struct feat_copier *fc, in perf_session__inject_header() argument
3828 return perf_session__do_write_header(session, evlist, fd, true, fc, in perf_session__inject_header()
/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c83 uint32_t fc; in compress_fht_sample() local
88 fc = (with_count) ? GZIP_FC_COMPRESS_RESUME_FHT_COUNT : in compress_fht_sample()
90 putnn(cmdp->crb, gzip_fc, fc); in compress_fht_sample()
Dgunz_test.c292 int sfbt, subc, spbc, tpbc, nx_ce, fc, resuming = 0; in decompress_file() local
551 fc = GZIP_FC_DECOMPRESS_RESUME; in decompress_file()
579 fc = GZIP_FC_DECOMPRESS; in decompress_file()
601 putnn(cmdp->crb, gzip_fc, fc); in decompress_file()
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c814 uint32_t mtc, mtc_delta, ctc, fc, ctc_rem; in intel_pt_calc_cyc_cb() local
908 fc = pkt_info->packet.count; in intel_pt_calc_cyc_cb()
913 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
1910 uint32_t fc = decoder->packet.count; in intel_pt_calc_tma() local
1923 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
2449 uint32_t fc, in intel_pt_calc_expected_tsc() argument
2470 expected_tsc = last_ctc_timestamp + intel_pt_ctc_to_tsc(decoder, new_ctc_delta) + fc; in intel_pt_calc_expected_tsc()
2480 intel_pt_log_x32(fc); in intel_pt_calc_expected_tsc()
2492 uint32_t fc = data->tma_packet.count; in intel_pt_expected_tsc() local
2494 return intel_pt_calc_expected_tsc(decoder, ctc, fc, in intel_pt_expected_tsc()
/tools/perf/
Dbuiltin-inject.c2105 struct feat_copier fc; member
2109 static int feat_copy_cb(struct feat_copier *fc, int feat, struct feat_writer *fw) in feat_copy_cb() argument
2111 struct inject_fc *inj_fc = container_of(fc, struct inject_fc, fc); in feat_copy_cb()
2303 .fc.copy = feat_copy_cb, in __cmd_inject()
2331 perf_session__inject_header(session, session->evlist, fd, &inj_fc.fc, in __cmd_inject()
/tools/include/uapi/linux/
Dkvm.h392 __u8 fc; member
/tools/arch/x86/lib/
Dx86-opcode-map.txt322 fc: CLD
612 fc: paddb Pq,Qq | vpaddb Vx,Hx,Wx (66),(v1)
848 fc: AADD My,Gy | AAND My,Gy (66) | AOR My,Gy (F2) | AXOR My,Gy (F3)