login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
July
»
31
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface for uprobes
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Arnaldo Carvalho de Melo
Subject:
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface for uprobes
Date: Saturday, July 31, 2010 - 12:30 pm
Em Sat, Jul 31, 2010 at 08:27:48AM +0530, Srikar Dronamraju escreveu:
quoted text
> > > @@ -1598,15 +1812,19 @@ struct __event_package { > > > int add_perf_probe_events(struct perf_probe_event *pevs, int npevs, > > > bool force_add, int max_tevs) > > > { > > > - int i, j, ret; > > > + int i, j, ret = 0; > > > struct __event_package *pkgs; > > > > > > pkgs = zalloc(sizeof(struct __event_package) * npevs); > > > if (pkgs == NULL) > > > return -ENOMEM; > > > > > > - /* Init vmlinux path */ > > > - ret = init_vmlinux(); > > > + if (!pevs->upid) > > > + /* Init vmlinux path */ > > > + ret = init_vmlinux(); > > > + else > > > + ret = init_perf_uprobes(); > > > + > > > if (ret < 0) > > > > pkgs leaks here. > > Right, but I dont think this leak was introduced by my patch(s). I > guess its better fixed by a different patch.
Sorry, will fix that then on a separate patch. - Arnaldo --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCHv10 2.6.35-rc6-tip 0/14] Uprobes Patches
, Srikar Dronamraju
, (Tue Jul 27, 4:08 am)
[PATCHv10 2.6.35-rc6-tip 1/14] mm: Move replace_page() / ...
, Srikar Dronamraju
, (Tue Jul 27, 4:09 am)
[PATCHv10 2.6.35-rc6-tip 2/14] uprobes: Breakpoint insert ...
, Srikar Dronamraju
, (Tue Jul 27, 4:09 am)
[PATCHv10 2.6.35-rc6-tip 3/14] uprobes: Slot allocation f ...
, Srikar Dronamraju
, (Tue Jul 27, 4:09 am)
[PATCHv10 2.6.35-rc6-tip 4/14] uprobes: x86 specific func ...
, Srikar Dronamraju
, (Tue Jul 27, 4:09 am)
[PATCHv10 2.6.35-rc6-tip 5/14] uprobes: Uprobes (un)regis ...
, Srikar Dronamraju
, (Tue Jul 27, 4:09 am)
[PATCHv10 2.6.35-rc6-tip 6/14] uprobes: X86 support for U ...
, Srikar Dronamraju
, (Tue Jul 27, 4:10 am)
[PATCHv10 2.6.35-rc6-tip 7/14] uprobes: Uprobes Documentation
, Srikar Dronamraju
, (Tue Jul 27, 4:10 am)
[PATCHv10 2.6.35-rc6-tip 8/14] trace: Extract out common ...
, Srikar Dronamraju
, (Tue Jul 27, 4:10 am)
[PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_event ...
, Srikar Dronamraju
, (Tue Jul 27, 4:10 am)
[PATCHv10 2.6.35-rc6-tip 10/14] perf: rename common field ...
, Srikar Dronamraju
, (Tue Jul 27, 4:10 am)
[PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface for ...
, Srikar Dronamraju
, (Tue Jul 27, 4:11 am)
[PATCHv10 2.6.35-rc6-tip 12/14] perf: Add third parameter ...
, Srikar Dronamraju
, (Tue Jul 27, 4:11 am)
[PATCHv10 2.6.35-rc6-tip 13/14] [RFC] perf: Show Potentia ...
, Srikar Dronamraju
, (Tue Jul 27, 4:11 am)
[PATCHv10 2.6.35-rc6-tip 14/14] [RFC] perf: show function ...
, Srikar Dronamraju
, (Tue Jul 27, 4:11 am)
Re: [PATCHv10 2.6.35-rc6-tip 8/14] trace: Extract out com ...
, Masami Hiramatsu
, (Tue Jul 27, 6:22 am)
Re: [PATCHv10 2.6.35-rc6-tip 8/14] trace: Extract out com ...
, Srikar Dronamraju
, (Tue Jul 27, 7:03 am)
Re: [PATCHv10 2.6.35-rc6-tip 8/14] trace: Extract out com ...
, Masami Hiramatsu
, (Wed Jul 28, 12:56 am)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Masami Hiramatsu
, (Wed Jul 28, 10:04 pm)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Masami Hiramatsu
, (Wed Jul 28, 10:04 pm)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Srikar Dronamraju
, (Wed Jul 28, 10:20 pm)
Re: [PATCHv10 2.6.35-rc6-tip 10/14] perf: rename common f ...
, Masami Hiramatsu
, (Thu Jul 29, 4:51 am)
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface ...
, Masami Hiramatsu
, (Thu Jul 29, 5:01 am)
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface ...
, Srikar Dronamraju
, (Thu Jul 29, 7:11 am)
Re: [PATCHv10 2.6.35-rc6-tip 10/14] perf: rename common f ...
, Srikar Dronamraju
, (Thu Jul 29, 7:13 am)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Srikar Dronamraju
, (Thu Jul 29, 7:15 am)
Re: [PATCHv10 2.6.35-rc6-tip 8/14] trace: Extract out com ...
, Srikar Dronamraju
, (Thu Jul 29, 7:16 am)
Re: [PATCHv10 2.6.35-rc6-tip 10/14] perf: rename common f ...
, Arnaldo Carvalho de Melo
, (Thu Jul 29, 12:42 pm)
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface ...
, Arnaldo Carvalho de Melo
, (Fri Jul 30, 12:19 pm)
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface ...
, Srikar Dronamraju
, (Fri Jul 30, 7:57 pm)
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface ...
, Arnaldo Carvalho de Melo
, (Sat Jul 31, 12:30 pm)
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface ...
, Masami Hiramatsu
, (Sun Aug 1, 6:51 pm)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Frederic Weisbecker
, (Sun Aug 1, 7:20 pm)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Frederic Weisbecker
, (Sun Aug 1, 7:28 pm)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Masami Hiramatsu
, (Sun Aug 1, 8:45 pm)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Srikar Dronamraju
, (Sun Aug 1, 11:46 pm)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Frederic Weisbecker
, (Mon Aug 2, 12:46 am)
[tip:perf/core] perf probe: Rename common fields/functions ...
, tip-bot for Srikar D ...
, (Mon Aug 2, 12:53 am)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Ingo Molnar
, (Mon Aug 2, 12:56 am)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Frederic Weisbecker
, (Mon Aug 2, 12:58 am)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Christoph Hellwig
, (Mon Aug 2, 1:00 am)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Masami Hiramatsu
, (Mon Aug 2, 2:29 am)
Re: [PATCHv10 2.6.35-rc6-tip 9/14] trace: uprobes trace_e ...
, Christoph Hellwig
, (Mon Aug 2, 2:36 am)
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface ...
, Srikar Dronamraju
, (Mon Aug 2, 5:27 am)
[PATCH] perf: expose event__process function
, Srikar Dronamraju
, (Mon Aug 2, 5:38 am)
[PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface for ...
, Srikar Dronamraju
, (Mon Aug 2, 5:41 am)
Re: [PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface ...
, Arnaldo Carvalho de Melo
, (Mon Aug 2, 7:56 am)
[tip:perf/core] perf: expose event__process function
, tip-bot for Srikar D ...
, (Thu Aug 5, 1:01 am)
Re: [PATCHv10 2.6.35-rc6-tip 12/14] perf: Add third param ...
, Arnaldo Carvalho de Melo
, (Thu Aug 5, 8:19 am)
Re: [PATCHv10 2.6.35-rc6-tip 12/14] perf: Add third param ...
, Arnaldo Carvalho de Melo
, (Thu Aug 5, 8:20 am)
Re: [PATCHv10 2.6.35-rc6-tip 12/14] perf: Add third param ...
, Srikar Dronamraju
, (Thu Aug 5, 8:23 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate