Home
last modified time | relevance | path

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

/tools/perf/util/
Dcompress.h37 size_t process_header(void *record, size_t increment));
58 size_t process_header(void *record, size_t increment) __maybe_unused) in zstd_compress_stream_to_records()
Dzstd.c33 size_t process_header(void *record, size_t increment)) in zstd_compress_stream_to_records() argument
/tools/testing/selftests/net/packetdrill/
Dtcp_zerocopy_closed.pkt5 // operation, specifically it does not increment the zerocopy counter.
/tools/perf/arch/arm/util/
Dcs-etm.c717 u32 increment, nr_trc_params; in cs_etm_get_metadata() local
728 increment = CS_ETE_PRIV_MAX; in cs_etm_get_metadata()
737 increment = CS_ETMV4_PRIV_MAX; in cs_etm_get_metadata()
754 increment = CS_ETM_PRIV_MAX; in cs_etm_get_metadata()
770 *offset += increment; in cs_etm_get_metadata()
/tools/perf/scripts/python/
Dcompaction-times.py99 def increment(self, migrated, fscan, mscan): member in cnode
176 self.pending.increment(migrated, fscan, mscan)
/tools/kvm/kvm_stat/
Dkvm_stat901 increment = value - self._baseline.get(key, 0)
903 results[field] += increment
905 results[field] = increment
/tools/include/uapi/linux/
Dpkt_sched.h635 __u32 increment; /* probability increment, (d1 in Blue) */ member
/tools/perf/
Dbuiltin-record.c1532 static size_t process_comp_header(void *record, size_t increment) in process_comp_header() argument
1537 if (increment) { in process_comp_header()
1538 event->header.size += increment; in process_comp_header()
1539 return increment; in process_comp_header()
/tools/perf/Documentation/
Dperf-script-python.txt235 we simply increment a count associated with that hash entry indexed by
/tools/memory-model/Documentation/
Dexplanation.txt993 In this example, CPU 0's increment effectively gets lost because it
2722 the CPU. Basically, the CPU tells the memory subsystem to increment
2723 x, and then the increment is carried out by the memory hardware with