HomeSort by relevance Sort by last modified time
    Searched full:debugfs (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/linux-tools-perf/util/
trace-event-info.c 53 #include "debugfs.h"
122 die("Your kernel not support debugfs filesystem");
128 * Finds the path to the debugfs/tracing
135 const char *debugfs; local
140 debugfs = find_debugfs();
142 tracing = malloc_or_die(strlen(debugfs) + 9);
144 sprintf(tracing, "%s/tracing", debugfs);
270 /* unfortunately, you can not stat debugfs files for size */
353 /* unfortunately, you can not stat debugfs files for size */
cache.h 12 #define CMD_DEBUGFS_DIR "--debugfs-dir="
  /external/e2fsprogs/debugfs/
debugfs.h 2 * debugfs.h --- header file for the debugfs program
86 /* debugfs.c */
unused.c 25 #include "debugfs.h"
debugfs.o 
debug_cmds.ct 7 request do_show_debugfs_params, "Show debugfs parameters",
  /system/extras/tests/sdcard/
README 13 Build, install and mount debugfs. In this directory with a properly
19 adb shell mount -t debugfs none /sys/kernel/debug
profile_sdcard.sh 59 echo "Make sure debugfs is mounted on the device."
  /external/e2fsprogs/tests/f_dup4/
script 8 $DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1
  /external/e2fsprogs/tests/f_dup_resize/
expect.1 13 File /debugfs (inode #12, mod time Mon Apr 11 00:00:00 2005)
  /external/e2fsprogs/tests/f_resize_inode/
expect 29 debugfs -R ''set_inode_field <7> block[2] 42'' -w ./test.img
57 debugfs -R ''clri <7>'' -w ./test.img
85 debugfs -R ''set_inode_field <7> bmap[524] 57'' -w ./test.img
113 debugfs -R ''set_super_value reserved_gdt_blocks 15679'' -w ./test.img
127 debugfs -R ''set_super_value reserved_gdt_blocks 32'' -w ./test.img
  /external/sepolicy/
ocontexts 61 genfscon debugfs / u:object_r:debugfs:s0
file.te 18 type debugfs, fs_type, mlstrustedobject;
  /device/ti/panda/
init.omap4pandaboard.rc 21 mount debugfs /sys/kernel/debug /sys/kernel/debug
  /external/e2fsprogs/lib/ext2fs/
Makefile.in 257 debug_cmds.c debug_cmds.h: $(top_srcdir)/debugfs/debug_cmds.ct
259 $(Q) $(MK_CMDS) $(top_srcdir)/debugfs/debug_cmds.ct
261 DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \
264 debugfs.o: $(top_srcdir)/debugfs/debugfs.c
268 util.o: $(top_srcdir)/debugfs/util.c
272 ncheck.o: $(top_srcdir)/debugfs/ncheck.c
276 icheck.o: $(top_srcdir)/debugfs/icheck.c
280 ls.o: $(top_srcdir)/debugfs/ls.
    [all...]
  /external/blktrace/doc/
blktrace.8 30 the mounted directory for the debugfs, which defaults to
47 into debugfs files. The size and number of buffers can be specified via
147 Specifies debugfs mount point
btrace.8 45 Specifies the debugfs mountpoint.
  /external/e2fsprogs/
e2fsprogs.spec 22 initialize a partition to contain an empty ext2 filesystem), debugfs
114 %{_root_sbindir}/debugfs
160 %{_mandir}/man8/debugfs.8*
e2fsprogs.spec.in 22 initialize a partition to contain an empty ext2 filesystem), debugfs
114 %{_root_sbindir}/debugfs
160 %{_mandir}/man8/debugfs.8*
Makefile.in 13 @DEBUGFS_CMT@DEBUGFS_DIR= debugfs
62 if test ! -d e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then $(MAKE) install-libs ; fi
RELEASE-NOTES 8 Debugfs has a bug fixed so that "logdump -b <blk>" now properly shows
141 Fix file descriptor leaks in fsck and debugfs. (Addresses Novell Bug:
347 Fix debugfs from core dumping if the logdump command fails to open the
451 Add an -a option to debugfs's close_filesys command which writes any
500 Debugfs can now set i_file_acl_high via the set_inodes_field command,
536 Fix a regression in debugfs where the "stat" command when no
537 filesystem was open would cause debugfs to crash with a segmentation
608 E2fsprogs 1.41 broke debugfs's logdump command for normal ext3/4
612 Debugfs's ncheck command has been fixed to avoid printing garbage
740 Fix debugfs's ncheck command so that it prints all of the names o
    [all...]
  /external/e2fsprogs/misc/
e2freefrag.8.in 94 .IR debugfs (8),
  /external/e2fsprogs/debian/
changelog 6 * Debugfs's "logdump -b <blk>" now properly shows the allocation status
83 * Fix a file descriptor leak in debugfs when sourcing a command file
128 * Enhance debugfs's 'stat' command to print basic extent information
194 * Fix debugfs from core dumping if the logdump command fails to open the
216 * Add an "-a" option to debugfs's close_filesys command
275 * Debugfs can now set i_file_acl_high via the set_inodes_field command
276 * Debugfs will now display a 64-bit file acl block
285 * Fix a segfault in debugfs when running stat without an open filesystem
302 * Fix debugfs's ncheck output to suppress extra characters at the end
331 * Fix a regression in debugfs's logdump command so it works fo
    [all...]
  /external/linux-tools-perf/
perf.c 16 #include "util/debugfs.h"
159 } else if (!strcmp(cmd, "--debugfs-dir")) {
161 fprintf(stderr, "No directory given for --debugfs-dir.\n");
427 /* mini /proc/mounts parser: searching for "^blah /mount/point debugfs" */
445 /* get debugfs mount point from /proc/mounts */
  /device/samsung/crespo/
init.herring.rc 4 mount debugfs /sys/kernel/debug /sys/kernel/debug

Completed in 1069 milliseconds

12 3 4