* Re: common android definition bug in 3.18 kernel
[not found] <OF3C9E5785.068460D0-ON6525805A.001E3EE4-6525805A.001E3EF2@tcs.com>
@ 2016-10-28 7:27 ` Peter Zijlstra
2016-10-28 13:28 ` Patrick Bellasi
0 siblings, 1 reply; 2+ messages in thread
From: Peter Zijlstra @ 2016-10-28 7:27 UTC (permalink / raw)
To: Rajesh P8; +Cc: mingo, linux-kernel
On Fri, Oct 28, 2016 at 11:00:21AM +0530, Rajesh P8 wrote:
> Hi all,
> I am currently working on porting eas features using 3.18 common
> android kernel. In file kernel/sched/fair.c there is no definition
> for the function "trace_sched_boost_task(task, util, margin);" which
> is present in line 5142. Is it a bug or am I missing something? can I
> file this as a bug?
>
This symbol has never existed in the mainline scheduler. You'll have to
go bug android people.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: common android definition bug in 3.18 kernel
2016-10-28 7:27 ` common android definition bug in 3.18 kernel Peter Zijlstra
@ 2016-10-28 13:28 ` Patrick Bellasi
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Bellasi @ 2016-10-28 13:28 UTC (permalink / raw)
To: Rajesh P8; +Cc: Peter Zijlstra, mingo, linux-kernel
On 28-Oct 09:27, Peter Zijlstra wrote:
> On Fri, Oct 28, 2016 at 11:00:21AM +0530, Rajesh P8 wrote:
> > Hi all,
> > I am currently working on porting eas features using 3.18 common
> > android kernel. In file kernel/sched/fair.c there is no definition
> > for the function "trace_sched_boost_task(task, util, margin);" which
> > is present in line 5142. Is it a bug or am I missing something? can I
> > file this as a bug?
> >
>
> This symbol has never existed in the mainline scheduler. You'll have to
> go bug android people.
Hi Rajesh,
if you are working with the Android common kernel you should be aware
that in that tree there are many different (sometimes experimental)
features which are not present in Linux mainline kernel.
Thus, this channel (i.e. LKML), as well as the people you are writing
to, are not the one to bother about these issues.
Probably, you should better start with a git blame to identify the
"owner" of the code lines and eventually post a message directly to
him.
All that considered, what you are reporting is a tracepoint.
Thus, you will not find a definition for this function in
kernel/sched/fair.c. The tracepoint is defined in:
include/trace/events/sched.h
Here it is:
https://android.googlesource.com/kernel/common/+/android-3.18/include/trace/events/sched.h#822
--
#include <best/regards.h>
Patrick Bellasi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-28 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <OF3C9E5785.068460D0-ON6525805A.001E3EE4-6525805A.001E3EF2@tcs.com>
2016-10-28 7:27 ` common android definition bug in 3.18 kernel Peter Zijlstra
2016-10-28 13:28 ` Patrick Bellasi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox