Lines Matching defs:ip
355 * @ip: The address of the caller
359 int __trace_puts(unsigned long ip, const char *str, int size)
377 entry->ip = ip;
396 * @ip: The address of the caller
399 int __trace_bputs(unsigned long ip, const char *str)
415 entry->ip = ip;
1544 unsigned long ip, unsigned long parent_ip, unsigned long flags,
1561 entry->ip = ip;
1570 unsigned long ip, unsigned long parent_ip, unsigned long flags,
1574 trace_function(tr, ip, parent_ip, flags, pc);
1908 int trace_vbprintk(unsigned long ip, const char *fmt, va_list args)
1947 entry->ip = ip;
1966 unsigned long ip, const char *fmt, va_list args)
2002 entry->ip = ip;
2018 unsigned long ip, const char *fmt, va_list args)
2020 return __trace_array_vprintk(tr->trace_buffer.buffer, ip, fmt, args);
2024 unsigned long ip, const char *fmt, ...)
2033 ret = trace_array_vprintk(tr, ip, fmt, ap);
2039 unsigned long ip, const char *fmt, ...)
2048 ret = __trace_array_vprintk(buffer, ip, fmt, ap);
2053 int trace_vprintk(unsigned long ip, const char *fmt, va_list args)
2055 return trace_array_vprintk(&global_trace, ip, fmt, args);
4491 entry->ip = _THIS_IP_;
5265 ftrace_snapshot(unsigned long ip, unsigned long parent_ip, void **data)
5271 ftrace_count_snapshot(unsigned long ip, unsigned long parent_ip, void **data)
5285 ftrace_snapshot_print(struct seq_file *m, unsigned long ip,
5290 seq_printf(m, "%ps:", (void *)ip);