Searched refs:profile_file (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-profile.h219 FILE *profile_file;
220 #define PROFILE_FILE(p) ((p)->profile_file)
216 FILE *profile_file; member in struct:__anon3592
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-profile.h219 FILE *profile_file;
220 #define PROFILE_FILE(p) ((p)->profile_file)
216 FILE *profile_file; member in struct:__anon2687
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-profile.h219 FILE *profile_file;
220 #define PROFILE_FILE(p) ((p)->profile_file)
216 FILE *profile_file; member in struct:__anon37617
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/sh/
H A Dinterp.c920 static FILE *profile_file; variable
945 if (profile_file)
949 fwrite (u.b, 4, 1, profile_file);
959 fwrite (u.b, 2, 1, profile_file);
1884 if (saved_state.asregs.profile && !profile_file)
1886 profile_file = fopen ("gmon.out", "wb");
1890 fseek (profile_file, nsamples * 2 + 12, 0);
1892 if (!profile_file)
1916 fseek (profile_file, 0L, 0);
2119 if (profile_file)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/sh/
H A Dinterp.c920 static FILE *profile_file; variable
945 if (profile_file)
949 fwrite (u.b, 4, 1, profile_file);
959 fwrite (u.b, 2, 1, profile_file);
1884 if (saved_state.asregs.profile && !profile_file)
1886 profile_file = fopen ("gmon.out", "wb");
1890 fseek (profile_file, nsamples * 2 + 12, 0);
1892 if (!profile_file)
1916 fseek (profile_file, 0L, 0);
2119 if (profile_file)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/sh/
H A Dinterp.c920 static FILE *profile_file; variable
945 if (profile_file)
949 fwrite (u.b, 4, 1, profile_file);
959 fwrite (u.b, 2, 1, profile_file);
1884 if (saved_state.asregs.profile && !profile_file)
1886 profile_file = fopen ("gmon.out", "wb");
1890 fseek (profile_file, nsamples * 2 + 12, 0);
1892 if (!profile_file)
1916 fseek (profile_file, 0L, 0);
2119 if (profile_file)
[all...]

Completed in 132 milliseconds