Re: [PATCH perf/core 05/13] perf: Fix machine__findnew_module_map to put registered map

2015-11-18 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 18, 2015 at 03:40:20PM +0900, Masami Hiramatsu escreveu: > Fix machine object to put the map object which is already > insterted to machine->kmaps. inserted :-) Applied! - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH perf/core 05/13] perf: Fix machine__findnew_module_map to put registered map

2015-11-18 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 18, 2015 at 03:40:20PM +0900, Masami Hiramatsu escreveu: > Fix machine object to put the map object which is already > insterted to machine->kmaps. inserted :-) Applied! - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH perf/core 05/13] perf: Fix machine__findnew_module_map to put registered map

2015-11-17 Thread Masami Hiramatsu
Fix machine object to put the map object which is already insterted to machine->kmaps. refcnt debugger shows what happened: [2] Unreclaimed map: 0x346f750 Refcount +1 => 1 at ./perf(map__new2+0xb5) [0x4bdea5] ./perf() [0x4b8aaf] ./perf(modules__parse+0xfc)

[PATCH perf/core 05/13] perf: Fix machine__findnew_module_map to put registered map

2015-11-17 Thread Masami Hiramatsu
Fix machine object to put the map object which is already insterted to machine->kmaps. refcnt debugger shows what happened: [2] Unreclaimed map: 0x346f750 Refcount +1 => 1 at ./perf(map__new2+0xb5) [0x4bdea5] ./perf() [0x4b8aaf] ./perf(modules__parse+0xfc)