Lines Matching defs:ip

1046 int __trace_array_puts(struct trace_array *tr, unsigned long ip,
1077 entry->ip = ip;
1098 * @ip: The address of the caller
1102 int __trace_puts(unsigned long ip, const char *str, int size)
1104 return __trace_array_puts(&global_trace, ip, str, size);
1110 * @ip: The address of the caller
1113 int __trace_bputs(unsigned long ip, const char *str)
1138 entry->ip = ip;
3053 trace_function(struct trace_array *tr, unsigned long ip, unsigned long
3066 entry->ip = ip;
3305 entry->ip = last_info->ip;
3425 * @ip: The address of the caller
3429 int trace_vbprintk(unsigned long ip, const char *fmt, va_list args)
3468 entry->ip = ip;
3493 unsigned long ip, const char *fmt, va_list args)
3527 entry->ip = ip;
3548 unsigned long ip, const char *fmt, va_list args)
3553 return __trace_array_vprintk(tr->array_buffer.buffer, ip, fmt, args);
3559 * @ip: The instruction pointer that this is called from.
3578 unsigned long ip, const char *fmt, ...)
3594 ret = trace_array_vprintk(tr, ip, fmt, ap);
3623 unsigned long ip, const char *fmt, ...)
3632 ret = __trace_array_vprintk(buffer, ip, fmt, ap);
3638 int trace_vprintk(unsigned long ip, const char *fmt, va_list args)
3640 return trace_array_vprintk(&global_trace, ip, fmt, args);
7338 entry->ip = _THIS_IP_;
8712 ftrace_snapshot(unsigned long ip, unsigned long parent_ip,
8720 ftrace_count_snapshot(unsigned long ip, unsigned long parent_ip,
8728 count = (long *)ftrace_func_mapper_find_ip(mapper, ip);
8742 ftrace_snapshot_print(struct seq_file *m, unsigned long ip,
8748 seq_printf(m, "%ps:", (void *)ip);
8753 count = (long *)ftrace_func_mapper_find_ip(mapper, ip);
8765 unsigned long ip, void *init_data, void **data)
8776 return ftrace_func_mapper_add_ip(mapper, ip, init_data);
8781 unsigned long ip, void *data)
8785 if (!ip) {
8792 ftrace_func_mapper_remove_ip(mapper, ip);