• Home
  • Raw
  • Download

Lines Matching refs:ip

881 	       unsigned long ip, unsigned long parent_ip, unsigned long flags,  argument
899 entry->ip = ip;
956 unsigned long ip, unsigned long parent_ip, unsigned long flags, argument
960 trace_function(tr, data, ip, parent_ip, flags, pc);
1168 function_trace_call_preempt_only(unsigned long ip, unsigned long parent_ip) argument
1188 trace_function(tr, data, ip, parent_ip, flags, pc);
1195 function_trace_call(unsigned long ip, unsigned long parent_ip) argument
1218 trace_function(tr, data, ip, parent_ip, flags, pc);
1531 seq_print_ip_sym(struct trace_seq *s, unsigned long ip, unsigned long sym_flags) argument
1535 if (!ip)
1539 ret = seq_print_sym_offset(s, "%s", ip);
1541 ret = seq_print_sym_short(s, "%s", ip);
1547 ret = trace_seq_printf(s, " <" IP_FMT ">", ip);
1552 unsigned long ip, unsigned long sym_flags) argument
1562 vma = find_vma(mm, ip);
1570 ret = trace_seq_printf(s, "[+0x%lx]", ip - vmstart);
1575 ret = trace_seq_printf(s, " <" IP_FMT ">", ip);
1601 unsigned long ip = entry->caller[i]; local
1603 if (ip == ULONG_MAX || !ret)
1607 if (!ip) {
1615 ret = seq_print_user_ip(s, mm, ip, sym_flags);
1868 seq_print_ip_sym(s, field->ip, sym_flags);
1922 seq_print_ip_sym(s, field->ip, sym_flags);
1997 ret = seq_print_ip_sym(s, field->ip, sym_flags);
2076 seq_print_ip_sym(s, field->ip, sym_flags);
2141 field->ip,
2188 trace_seq_printf(s, "# %lx %s", field->ip, field->buf);
2232 SEQ_PUT_HEX_FIELD_RET(s, field->ip);
2311 SEQ_PUT_FIELD_RET(s, field->ip);
3625 int trace_vprintk(unsigned long ip, int depth, const char *fmt, va_list args) argument
3662 entry->ip = ip;
3679 int __ftrace_printk(unsigned long ip, const char *fmt, ...) argument
3688 ret = trace_vprintk(ip, task_curr_ret_stack(current), fmt, ap);