OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_note
(Results
1 - 9
of
9
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_proc.h
20
struct
op_note
;
82
void opd_handle_fork(struct
op_note
const * note);
103
void opd_handle_exit(struct
op_note
const * note);
opd_mapping.h
19
struct
op_note
;
58
void opd_handle_mapping(struct
op_note
const * note);
init.c
47
static struct
op_note
* nbuf;
111
static void opd_do_notes(struct
op_note
const * opd_buf, size_t count);
120
static void opd_shutdown(struct op_buffer_head * buf, size_t size, struct
op_note
* nbuf, size_t nsize)
165
static void opd_do_read(struct op_buffer_head * buf, size_t size, struct
op_note
* nbuf, size_t nsize)
212
static void opd_do_notes(struct
op_note
const * opd_buf, size_t count)
215
struct
op_note
const * note;
217
for (i = 0; i < count/sizeof(struct
op_note
); i++) {
340
n_buf_bytesize = opd_note_buf_size * sizeof(struct
op_note
);
opd_mapping.c
139
void opd_handle_mapping(struct
op_note
const * note)
opd_proc.c
238
void opd_handle_fork(struct
op_note
const * note)
317
void opd_handle_exit(struct
op_note
const * note)
/external/oprofile/libop/
op_interface.h
19
/*@{\name notifications types encoded in
op_note
::type */
63
struct
op_note
{
struct
/external/oprofile/module/x86/
op_syscalls.c
19
void oprof_put_note(struct
op_note
* samp);
20
void __oprof_put_note(struct
op_note
* samp);
50
struct
op_note
note;
210
struct
op_note
note;
281
struct
op_note
note;
293
struct
op_note
note;
/external/oprofile/module/ia64/
op_syscalls.c
29
void oprof_put_note(struct
op_note
* samp);
90
struct
op_note
note;
238
struct
op_note
note;
291
struct
op_note
note;
302
struct
op_note
note;
/external/oprofile/module/
oprofile.c
48
struct
op_note
* note_buffer __cacheline_aligned_in_smp;
189
void __oprof_put_note(struct
op_note
* onote)
195
memcpy(¬e_buffer[note_pos], onote, sizeof(struct
op_note
));
199
void oprof_put_note(struct
op_note
* onote)
208
struct
op_note
* mybuf;
212
max = sizeof(struct
op_note
) * sysctl.note_size;
225
count = note_pos * sizeof(struct
op_note
);
438
notebufsize = sizeof(struct
op_note
) * sysctl.note_size;
Completed in 615 milliseconds