Searched hist:"9251 f904f95175b4a1d8cbc0449e748f9edd7629" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/events/ |
H A D | Makefile | diff 9251f904f95175b4a1d8cbc0449e748f9edd7629 Sun Oct 16 10:15:04 CDT 2011 Borislav Petkov <borislav.petkov@amd.com> perf: Carve out callchain functionality
Split the callchain code from the perf events core into a new kernel/events/callchain.c file.
This simplifies a bit the big core.c
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Stephane Eranian <eranian@google.com> [keep ctx recursion handling inline and use internal headers] Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1318778104-17152-1-git-send-email-fweisbec@gmail.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | callchain.c | 9251f904f95175b4a1d8cbc0449e748f9edd7629 Sun Oct 16 10:15:04 CDT 2011 Borislav Petkov <borislav.petkov@amd.com> perf: Carve out callchain functionality
Split the callchain code from the perf events core into a new kernel/events/callchain.c file.
This simplifies a bit the big core.c
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Stephane Eranian <eranian@google.com> [keep ctx recursion handling inline and use internal headers] Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1318778104-17152-1-git-send-email-fweisbec@gmail.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | internal.h | diff 9251f904f95175b4a1d8cbc0449e748f9edd7629 Sun Oct 16 10:15:04 CDT 2011 Borislav Petkov <borislav.petkov@amd.com> perf: Carve out callchain functionality
Split the callchain code from the perf events core into a new kernel/events/callchain.c file.
This simplifies a bit the big core.c
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Stephane Eranian <eranian@google.com> [keep ctx recursion handling inline and use internal headers] Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1318778104-17152-1-git-send-email-fweisbec@gmail.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | core.c | diff 9251f904f95175b4a1d8cbc0449e748f9edd7629 Sun Oct 16 10:15:04 CDT 2011 Borislav Petkov <borislav.petkov@amd.com> perf: Carve out callchain functionality
Split the callchain code from the perf events core into a new kernel/events/callchain.c file.
This simplifies a bit the big core.c
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Stephane Eranian <eranian@google.com> [keep ctx recursion handling inline and use internal headers] Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1318778104-17152-1-git-send-email-fweisbec@gmail.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
|