$ gdb /usr/src/linux/vmlinux
GNU gdb (Debian 7.11.1-2) 7.11.1
...
Reading symbols from /usr/src/linux/vmlinux...done.
(gdb) l *module_put+0x67
0xc10a4b87 is in module_put (kernel/module.c:1108).
1103 int ret;
1104
1105 if (module) {
1106 preempt_disable();
1107 ret = atomic_dec_if_positive(&module->refcnt);
1108 WARN_ON(ret < 0); /* Failed to put refcount */
1109 trace_module_put(module, _RET_IP_);
1110 preempt_enable();
1111 }
1112 }
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
- Re: Question about 2 gp8psk patches I noticed, and p... Mauro Carvalho Chehab
- Re: Question about 2 gp8psk patches I noticed, ... VDR User
- Re: Question about 2 gp8psk patches I notic... Mauro Carvalho Chehab
- Re: Question about 2 gp8psk patches I n... VDR User
- Re: Question about 2 gp8psk patches... VDR User
- Re: Question about 2 gp8psk pa... Mauro Carvalho Chehab
- Re: Question about 2 gp8ps... VDR User
- Re: Question about 2 g... Mauro Carvalho Chehab
- Re: Question about 2 g... VDR User
- Re: Question about 2 g... Mauro Carvalho Chehab
- Re: Question about 2 g... VDR User
- Re: Question about 2 g... Mauro Carvalho Chehab
- Re: Question about 2 g... Mauro Carvalho Chehab
- Re: Question about 2 g... VDR User
- Re: Question about 2 g... VDR User
