• Home
  • Raw
  • Download

Lines Matching defs:ip

1089 int __trace_array_puts(struct trace_array *tr, unsigned long ip,
1120 entry->ip = ip;
1141 * @ip: The address of the caller
1145 int __trace_puts(unsigned long ip, const char *str, int size)
1147 return __trace_array_puts(printk_trace, ip, str, size);
1153 * @ip: The address of the caller
1156 int __trace_bputs(unsigned long ip, const char *str)
1167 return __trace_puts(ip, str, strlen(str));
1185 entry->ip = ip;
2893 trace_function(struct trace_array *tr, unsigned long ip, unsigned long
2906 entry->ip = ip;
3160 entry->ip = last_info->ip;
3280 * @ip: The address of the caller
3284 int trace_vbprintk(unsigned long ip, const char *fmt, va_list args)
3296 return trace_vprintk(ip, fmt, args);
3326 entry->ip = ip;
3350 unsigned long ip, const char *fmt, va_list args)
3384 entry->ip = ip;
3404 unsigned long ip, const char *fmt, va_list args)
3409 return __trace_array_vprintk(tr->array_buffer.buffer, ip, fmt, args);
3415 * @ip: The instruction pointer that this is called from.
3433 unsigned long ip, const char *fmt, ...)
3449 ret = trace_array_vprintk(tr, ip, fmt, ap);
3477 unsigned long ip, const char *fmt, ...)
3486 ret = __trace_array_vprintk(buffer, ip, fmt, ap);
3491 int trace_vprintk(unsigned long ip, const char *fmt, va_list args)
3493 return trace_array_vprintk(printk_trace, ip, fmt, args);
6953 entry->ip = _THIS_IP_;
8428 ftrace_snapshot(unsigned long ip, unsigned long parent_ip,
8436 ftrace_count_snapshot(unsigned long ip, unsigned long parent_ip,
8444 count = (long *)ftrace_func_mapper_find_ip(mapper, ip);
8458 ftrace_snapshot_print(struct seq_file *m, unsigned long ip,
8464 seq_printf(m, "%ps:", (void *)ip);
8469 count = (long *)ftrace_func_mapper_find_ip(mapper, ip);
8481 unsigned long ip, void *init_data, void **data)
8492 return ftrace_func_mapper_add_ip(mapper, ip, init_data);
8497 unsigned long ip, void *data)
8501 if (!ip) {
8508 ftrace_func_mapper_remove_ip(mapper, ip);