Home
last modified time | relevance | path

Searched refs:maj (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/filesystems/overlayfs/
A Ddev_in_maps.c33 uint32_t maj, min; in get_file_dev_and_inode() local
37 &start, &end, &maj, &min, &ino) != 5) in get_file_dev_and_inode()
40 stx->stx_dev_major = maj; in get_file_dev_and_inode()
/tools/testing/selftests/net/mptcp/
A Dmptcp_lib.sh210 local v maj min
218 maj=${v%.*}
221 if [ "${maj}" -gt "${exp_maj}" ] ||
222 { [ "${maj}" -eq "${exp_maj}" ] && [ "${min}" -ge "${exp_min}" ]; }; then
/tools/perf/util/
A Ddso.c1386 if (a->maj > b->maj) return -1; in __dso_id__cmp()
1387 if (a->maj < b->maj) return 1; in __dso_id__cmp()
1409 .maj = 0,
1430 dso_id->maj = id->maj; in __dso__improve_id()
A Djitdump.c501 event->mmap2.maj = major(st.st_dev); in jit_repipe_code_load()
537 .maj = event->mmap2.maj, in jit_repipe_code_load()
610 event->mmap2.maj = major(st.st_dev); in jit_repipe_code_move()
A Dsynthetic-events.c296 u32 *maj, u32 *min, in read_proc_maps_line() argument
341 *maj = temp; in read_proc_maps_line()
386 dso_id.maj = event->maj; in perf_record_mmap2__read_build_id()
477 &event->mmap2.maj, in perf_event__synthesize_mmap_events()
A Ddso.h198 u32 maj; member
A Devent.c352 event->mmap2.len, event->mmap2.pgoff, event->mmap2.maj, in perf_event__fprintf_mmap2()
A Dsession.c324 event->mmap2.maj = bswap_32(event->mmap2.maj); in perf_event__mmap2_swap()
A Dmachine.c1743 dso_id.maj = event->mmap2.maj; in machine__process_mmap2_event()
A Dsort.c1762 (!dso_id->mmap2_valid || (dso_id->maj == 0 && dso_id->min == 0))) { in sort__dcacheline_cmp()
1803 (!dso_id->mmap2_valid || (dso_id->maj == 0 && dso_id->min == 0))) in hist_entry__dcacheline_snprintf()
/tools/perf/Documentation/
A Dperf-trace.txt166 -F=[all|min|maj]::
167 --pf=[all|min|maj]::
169 major or all pagefaults. Default value is maj.
258 <min|maj>fault [<ip.symbol>+<ip.offset>] => <addr.dso@addr.offset> (<map type><addr level>).
260 - min/maj indicates whether fault event is minor or major;
/tools/include/uapi/linux/
A Dpkt_sched.h71 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK)) argument
/tools/lib/perf/include/perf/
A Devent.h30 __u32 maj; member
/tools/perf/bench/
A Dinject-buildid.c190 event.mmap2.maj = MMAP_DEV_MAJOR; in synthesize_mmap()
/tools/perf/
A Dbuiltin-inject.c595 id.maj = event->mmap2.maj; in perf_event__repipe_mmap2()
/tools/power/cpupower/po/
A Dcs.po937 #~ " -c CPU, --cpu CPU Číslo CPU, o kterém se mají zjistit informace\n"

Completed in 52 milliseconds