/openbmc/linux/tools/perf/bench/ |
H A D | inject-buildid.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/openbmc/linux/tools/perf/util/ |
H A D | dsos.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | build-id.h | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | synthetic-events.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | dso.h | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | build-id.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | dso.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | map.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | probe-event.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | annotate.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | symbol.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | header.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/openbmc/linux/tools/perf/ |
H A D | builtin-buildid-cache.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | builtin-inject.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | diff 0aba7f036a56675b7fdc536757b4c49fc76a2208 Tue Oct 13 14:24:33 CDT 2020 Jiri Olsa <jolsa@kernel.org> perf tools: Use build_id object in dso
Replace build_id byte array with struct build_id object and all the code that references it.
The objective is to carry size together with build id array, so it's better to keep both together.
This is preparatory change for following patches, and there's no functional change.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20201013192441.1299447-2-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|