Searched hist:"028 f12ee6beff0961781c5ed3f740e5f3b56f781" (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/Documentation/ |
H A D | perf-mem.txt | 028f12ee6beff0961781c5ed3f740e5f3b56f781 Thu Jan 24 16:10:38 CET 2013 Stephane Eranian <eranian@google.com> perf tools: Add new mem command for memory access profiling
This new command is a wrapper on top of perf record and perf report to make it easier to configure for memory access profiling.
To record loads: $ perf mem -t load rec .....
To record stores: $ perf mem -t store rec .....
To get the report: $ perf mem -t load rep
Signed-off-by: Stephane Eranian <eranian@google.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1359040242-8269-15-git-send-email-eranian@google.com [ Fixed minor conflict with 66857b5 "Sort command-list.txt alphabetically" ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/linux/tools/perf/ |
H A D | command-list.txt | diff 028f12ee6beff0961781c5ed3f740e5f3b56f781 Thu Jan 24 16:10:38 CET 2013 Stephane Eranian <eranian@google.com> perf tools: Add new mem command for memory access profiling
This new command is a wrapper on top of perf record and perf report to make it easier to configure for memory access profiling.
To record loads: $ perf mem -t load rec .....
To record stores: $ perf mem -t store rec .....
To get the report: $ perf mem -t load rep
Signed-off-by: Stephane Eranian <eranian@google.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1359040242-8269-15-git-send-email-eranian@google.com [ Fixed minor conflict with 66857b5 "Sort command-list.txt alphabetically" ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | builtin.h | diff 028f12ee6beff0961781c5ed3f740e5f3b56f781 Thu Jan 24 16:10:38 CET 2013 Stephane Eranian <eranian@google.com> perf tools: Add new mem command for memory access profiling
This new command is a wrapper on top of perf record and perf report to make it easier to configure for memory access profiling.
To record loads: $ perf mem -t load rec .....
To record stores: $ perf mem -t store rec .....
To get the report: $ perf mem -t load rep
Signed-off-by: Stephane Eranian <eranian@google.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1359040242-8269-15-git-send-email-eranian@google.com [ Fixed minor conflict with 66857b5 "Sort command-list.txt alphabetically" ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | builtin-mem.c | 028f12ee6beff0961781c5ed3f740e5f3b56f781 Thu Jan 24 16:10:38 CET 2013 Stephane Eranian <eranian@google.com> perf tools: Add new mem command for memory access profiling
This new command is a wrapper on top of perf record and perf report to make it easier to configure for memory access profiling.
To record loads: $ perf mem -t load rec .....
To record stores: $ perf mem -t store rec .....
To get the report: $ perf mem -t load rep
Signed-off-by: Stephane Eranian <eranian@google.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1359040242-8269-15-git-send-email-eranian@google.com [ Fixed minor conflict with 66857b5 "Sort command-list.txt alphabetically" ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | perf.c | diff 028f12ee6beff0961781c5ed3f740e5f3b56f781 Thu Jan 24 16:10:38 CET 2013 Stephane Eranian <eranian@google.com> perf tools: Add new mem command for memory access profiling
This new command is a wrapper on top of perf record and perf report to make it easier to configure for memory access profiling.
To record loads: $ perf mem -t load rec .....
To record stores: $ perf mem -t store rec .....
To get the report: $ perf mem -t load rep
Signed-off-by: Stephane Eranian <eranian@google.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1359040242-8269-15-git-send-email-eranian@google.com [ Fixed minor conflict with 66857b5 "Sort command-list.txt alphabetically" ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | Makefile | diff 028f12ee6beff0961781c5ed3f740e5f3b56f781 Thu Jan 24 16:10:38 CET 2013 Stephane Eranian <eranian@google.com> perf tools: Add new mem command for memory access profiling
This new command is a wrapper on top of perf record and perf report to make it easier to configure for memory access profiling.
To record loads: $ perf mem -t load rec .....
To record stores: $ perf mem -t store rec .....
To get the report: $ perf mem -t load rep
Signed-off-by: Stephane Eranian <eranian@google.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1359040242-8269-15-git-send-email-eranian@google.com [ Fixed minor conflict with 66857b5 "Sort command-list.txt alphabetically" ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/linux/tools/perf/util/ |
H A D | hist.c | diff 028f12ee6beff0961781c5ed3f740e5f3b56f781 Thu Jan 24 16:10:38 CET 2013 Stephane Eranian <eranian@google.com> perf tools: Add new mem command for memory access profiling
This new command is a wrapper on top of perf record and perf report to make it easier to configure for memory access profiling.
To record loads: $ perf mem -t load rec .....
To record stores: $ perf mem -t store rec .....
To get the report: $ perf mem -t load rep
Signed-off-by: Stephane Eranian <eranian@google.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung.kim@lge.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1359040242-8269-15-git-send-email-eranian@google.com [ Fixed minor conflict with 66857b5 "Sort command-list.txt alphabetically" ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|