···7373 }74747575 /*7676- * Here we need to explicitely preallocate the counts, as if7676+ * Here we need to explicitly preallocate the counts, as if7777 * we use the auto allocation it will allocate just for 1 cpu,7878 * as we start by cpu 0.7979 */
+1-1
tools/perf/util/evsel.c
···826826 perf_evsel__set_sample_bit(evsel, PERIOD);827827828828 /*829829- * When the user explicitely disabled time don't force it here.829829+ * When the user explicitly disabled time don't force it here.830830 */831831 if (opts->sample_time &&832832 (!perf_missing_features.sample_id_all &&
+1-1
tools/perf/util/machine.c
···361361}362362363363/*364364- * Caller must eventually drop thread->refcnt returned with a successfull364364+ * Caller must eventually drop thread->refcnt returned with a successful365365 * lookup/new thread inserted.366366 */367367static struct thread *____machine__findnew_thread(struct machine *machine,
···555555556556/*557557 * XXX this is hack in attempt to carry flags bitfield558558- * throught endian village. ABI says:558558+ * through endian village. ABI says:559559 *560560 * Bit-fields are allocated from right to left (least to most significant)561561 * on little-endian implementations and from left to right (most to least