Searched refs:note_type (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 405 static struct perf_event *ptrace_hbp_get_event(unsigned int note_type, in ptrace_hbp_get_event() argument 411 switch (note_type) { in ptrace_hbp_get_event() 429 static int ptrace_hbp_set_event(unsigned int note_type, in ptrace_hbp_set_event() argument 434 switch (note_type) { in ptrace_hbp_set_event() 452 static struct perf_event *ptrace_hbp_create(unsigned int note_type, in ptrace_hbp_create() argument 460 switch (note_type) { in ptrace_hbp_create() 486 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create() 493 static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type, in ptrace_hbp_fill_attr_ctrl() argument 509 static int ptrace_hbp_get_resource_info(unsigned int note_type, u64 *info) in ptrace_hbp_get_resource_info() argument 514 switch (note_type) { in ptrace_hbp_get_resource_info() [all …]
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | ptrace.c | 231 static struct perf_event *ptrace_hbp_get_event(unsigned int note_type, in ptrace_hbp_get_event() argument 237 switch (note_type) { in ptrace_hbp_get_event() 256 static int ptrace_hbp_set_event(unsigned int note_type, in ptrace_hbp_set_event() argument 263 switch (note_type) { in ptrace_hbp_set_event() 284 static struct perf_event *ptrace_hbp_create(unsigned int note_type, in ptrace_hbp_create() argument 292 switch (note_type) { in ptrace_hbp_create() 318 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create() 325 static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type, in ptrace_hbp_fill_attr_ctrl() argument 339 switch (note_type) { in ptrace_hbp_fill_attr_ctrl() 359 static int ptrace_hbp_get_resource_info(unsigned int note_type, u32 *info) in ptrace_hbp_get_resource_info() argument [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | dlopen-deps.inc | 32 name_size, desc_size, note_type = struct.unpack_from(format, buffer, offset) 36 if note_type == 0x407c0c0a:
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.py | 360 def _note(self, note_type, msg, anchor=None): argument 374 self.f.write('<div class="' + note_type + '">\n')
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 282 elf_word note_type; 290 note_type = nhdr->n_type; 291 while (note_type != elf_note_type) { 309 note_type = nhdr->n_type;
|
/openbmc/linux/fs/ |
H A D | binfmt_elf.c | 1797 int note_type = regset->core_note_type; in fill_thread_core_info() local 1798 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info() 1803 if (!note_type) // not for coredumps in fill_thread_core_info() 1819 note_type, ret, data); in fill_thread_core_info()
|