This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/golang.org/x/net-0.7.0
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
omit b8b24d5 Bump golang.org/x/net from 0.6.0 to 0.7.0
add de4c613 Improve the performance of getting the goid in the Golang
(#82)
add c0cf80d Support build multiple architecture docker image: `x86_64`,
`arm64` (#83)
add 4d49100 Add continuous profiling E2E tests (#84)
add d513ac9 Bump golang.org/x/net from 0.6.0 to 0.7.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b8b24d5)
\
N -- N -- N
refs/heads/dependabot/go_modules/golang.org/x/net-0.7.0 (d513ac9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/rover.yaml | 95 +++++++++++++-----
CHANGES.md | 2 +
bpf/include/api.h | 16 +++
bpf/include/{goid.c => goid.h} | 61 +++++-------
bpf/include/symbol_offsets.h | 39 +++++---
bpf/include/syscall_reading.h | 34 +++++++
bpf/profiling/continuous/go_tls.c | 2 +-
bpf/profiling/continuous/network.c | 1 +
bpf/profiling/network/go_tls.c | 2 +-
bpf/profiling/network/netmonitor.c | 110 ++++++++-------------
bpf/profiling/offcpu.h | 7 +-
docker/Dockerfile.base | 6 +-
docker/Dockerfile.build | 2 +-
.../continuous/checker/bpf/network/network.go | 2 +-
.../continuous/checker/bpf/network/ssl.go | 2 +-
.../analyze/layer7/protocols/base/buffer.go | 2 +-
pkg/profiling/task/network/bpf/bpf.go | 2 +-
pkg/profiling/task/network/ssl.go | 2 +-
pkg/profiling/task/offcpu/runner.go | 2 +-
pkg/tools/btf/linker.go | 33 +++++--
pkg/tools/elf/abi.go | 6 +-
pkg/tools/ssl/gotls.go | 11 +--
scripts/build/base.mk | 19 +++-
scripts/build/btf.mk | 8 +-
scripts/build/build.mk | 8 +-
scripts/build/docker.mk | 23 +++--
scripts/build/generate.mk | 2 +-
test/e2e/base/env | 4 +-
.../ssl => base/scripts}/gen-selfsigned-ssl.sh | 15 +--
.../http_avg_response_time}/Dockerfile | 8 +-
.../http_avg_response_time}/docker-compose.yml | 36 +++----
.../continuous/http_avg_response_time}/e2e.yaml | 32 +++++-
.../http_avg_response_time}/expected/instance.yml | 2 +-
.../expected/metrics-has-value-labeld.yml} | 2 +-
.../expected/policy-set.yml} | 3 +-
.../http_avg_response_time}/expected/process.yml | 16 ++-
.../expected/query-policy.yml} | 18 ++--
.../http_avg_response_time}/expected/service.yml | 6 +-
.../expected/trigger-task.yml} | 34 ++++---
.../continuous/http_avg_response_time/policy.yaml | 43 ++++++++
.../http_avg_response_time/response_timeout.go | 25 ++---
.../http_error_rate}/Dockerfile | 8 +-
.../http_error_rate}/docker-compose.yml | 36 +++----
.../continuous/http_error_rate}/e2e.yaml | 32 +++++-
.../http_error_rate}/expected/instance.yml | 2 +-
.../expected/metrics-has-value-labeld.yml} | 2 +-
.../http_error_rate/expected/policy-set.yml} | 3 +-
.../http_error_rate}/expected/process.yml | 16 ++-
.../http_error_rate/expected/query-policy.yml} | 18 ++--
.../http_error_rate}/expected/service.yml | 6 +-
.../http_error_rate/expected/trigger-task.yml} | 34 ++++---
.../continuous/http_error_rate/policy.yaml | 43 ++++++++
.../continuous/http_error_rate/response_error.go | 26 +++--
.../process_cpu/Dockerfile} | 0
.../process_cpu}/docker-compose.yml | 15 ++-
.../continuous/process_cpu}/e2e.yaml | 25 ++++-
.../process_cpu}/expected/instance.yml | 2 +-
.../process_cpu}/expected/metrics-has-value.yml | 0
.../process_cpu/expected/policy-set.yml} | 3 +-
.../process_cpu}/expected/process.yml | 12 +--
.../process_cpu/expected/query-policy.yml} | 17 ++--
.../process_cpu}/expected/service.yml | 6 +-
.../process_cpu/expected/trigger-task.yml} | 30 +++---
.../profiling/continuous/process_cpu/policy.yaml | 41 ++++++++
.../golang => continuous/process_cpu}/sqrt.go | 0
.../process_thread_count/Dockerfile} | 9 +-
.../process_thread_count/MultiThread.java | 34 +++++++
.../process_thread_count}/docker-compose.yml | 15 ++-
.../continuous/process_thread_count}/e2e.yaml | 25 ++++-
.../process_thread_count}/expected/instance.yml | 2 +-
.../expected/metrics-has-value.yml | 0
.../process_thread_count/expected/policy-set.yml} | 3 +-
.../process_thread_count}/expected/process.yml | 16 +--
.../expected/query-policy.yml} | 17 ++--
.../process_thread_count}/expected/service.yml | 6 +-
.../expected/trigger-task.yml} | 30 +++---
.../continuous/process_thread_count/policy.yaml | 41 ++++++++
.../profiling/{ => task}/network/base-cases.yaml | 2 +-
.../{ => task}/network/base/Dockerfile.nginx | 0
.../{ => task}/network/base/docker-compose.yml | 4 +-
.../{ => task}/network/base/network-profiling.yaml | 0
.../profiling/{ => task}/network/base/nginx.conf | 0
.../{ => task}/network/base/rover_configs.yaml | 0
.../{ => task}/network/base/slow-trace-lal.yaml | 0
.../network/base/ssl/gen-selfsigned-ssl.sh | 0
.../{ => task}/network/c_plus_plus/CMakeLists.txt | 0
.../{ => task}/network/c_plus_plus/Dockerfile | 0
.../network/c_plus_plus/docker-compose.yml | 0
.../{ => task}/network/c_plus_plus/e2e.yaml | 2 +-
.../{ => task}/network/c_plus_plus/src/main.cpp | 0
.../profiling/{ => task}/network/envoy/e2e.yaml | 6 +-
.../network/envoy/expected/dependency-processs.yml | 0
.../envoy/expected/metrics-has-value-label.yml | 0
.../network/envoy/expected/metrics-has-value.yml | 0
.../{ => task}/network/envoy/expected/process.yml | 0
.../network/envoy/expected/profiling-create.yml | 0
.../network/envoy/expected/service-instance.yml | 0
.../{ => task}/network/envoy/expected/service.yml | 0
.../profiling/{ => task}/network/envoy/kind.yaml | 0
.../network/envoy/network-profiling.yaml | 0
.../profiling/{ => task}/network/envoy/rover.yaml | 0
.../{ => task}/network/envoy/traffic-gen.yaml | 0
.../network/expected/dependency-processs.yml | 0
.../{ => task}/network/expected/instance.yml | 0
.../network/expected/metrics-has-value-label.yml | 0
.../network}/expected/metrics-has-value.yml | 0
.../{ => task}/network/expected/process.yml | 0
.../network/expected/profiling-create.yml | 0
.../{ => task}/network/expected/service.yml | 0
.../network/expected/skywalking-trace.yml | 0
.../{ => task}/network/expected/slow-traces.yml | 0
.../network/expected/status-4xx-traces.yml | 0
.../network/expected/status-5xx-traces.yml | 0
.../{ => task}/network/expected/zipkin-trace.yml | 0
.../profiling/{ => task}/network/golang/Dockerfile | 0
.../{ => task}/network/golang/docker-compose.yml | 0
.../profiling/{ => task}/network/golang/e2e.yaml | 2 +-
.../profiling/{ => task}/network/golang/go.mod | 0
.../profiling/{ => task}/network/golang/go.sum | 0
.../profiling/{ => task}/network/golang/service.go | 0
.../{ => task}/network/http1-metrics-cases.yaml | 0
.../network/http1-sampled-traces-cases.yaml | 0
.../profiling/{ => task}/network/http2/Dockerfile | 0
.../{ => task}/network/http2/docker-compose.yml | 0
.../profiling/{ => task}/network/http2/e2e.yaml | 2 +-
.../profiling/{ => task}/network/http2/go.mod | 0
.../profiling/{ => task}/network/http2/grpc.go | 0
.../{ => task}/network/http2/service.proto | 0
.../profiling/{ => task}/network/nodejs/Dockerfile | 0
.../{ => task}/network/nodejs/docker-compose.yml | 0
.../profiling/{ => task}/network/nodejs/e2e.yaml | 2 +-
.../profiling/{ => task}/network/nodejs/service.js | 0
.../profiling/{ => task}/network/python/Dockerfile | 0
.../{ => task}/network/python/docker-compose.yml | 0
.../profiling/{ => task}/network/python/e2e.yaml | 2 +-
.../{ => task}/network/python/requirements.txt | 0
.../profiling/{ => task}/network/python/service.py | 0
.../profiling/{ => task}/network/sampling.yaml | 0
.../{ => task}/offcpu/c++/Dockerfile.file | 0
.../{ => task}/offcpu/c++/docker-compose.yml | 4 +-
.../cases/profiling/{ => task}/offcpu/c++/e2e.yaml | 2 +-
.../cases/profiling/{ => task}/offcpu/c++/file.cpp | 0
.../{ => task}/offcpu/c++/profiling-analysis.yml | 0
.../profiling/{ => task}/offcpu/c/Dockerfile.file | 0
.../{ => task}/offcpu/c/docker-compose.yml | 4 +-
.../cases/profiling/{ => task}/offcpu/c/e2e.yaml | 2 +-
.../e2e/cases/profiling/{ => task}/offcpu/c/file.c | 0
.../{ => task}/offcpu/c/profiling-analysis.yml | 0
.../{ => task}/offcpu/expected/instance.yml | 0
.../{ => task}/offcpu/expected/process.yml | 0
.../offcpu/expected/profiling-create.yml | 0
.../offcpu/expected/profiling-schedule-list.yml | 0
.../offcpu/expected/profiling-task-list.yml | 3 +
.../{ => task}/offcpu/expected/service.yml | 0
.../{ => task}/offcpu/golang/Dockerfile.file | 0
.../{ => task}/offcpu/golang/docker-compose.yml | 4 +-
.../profiling/{ => task}/offcpu/golang/e2e.yaml | 2 +-
.../profiling/{ => task}/offcpu/golang/file.go | 0
.../offcpu/golang/profiling-analysis.yml | 0
.../{ => task}/offcpu/profiling-cases.yaml | 0
.../{ => task}/offcpu/rust/Dockerfile.file | 0
.../{ => task}/offcpu/rust/docker-compose.yml | 4 +-
.../profiling/{ => task}/offcpu/rust/e2e.yaml | 2 +-
.../cases/profiling/{ => task}/offcpu/rust/file.rs | 0
.../{ => task}/offcpu/rust/profiling-analysis.yml | 0
.../profiling/{ => task}/oncpu/c++/Dockerfile.sqrt | 0
.../{ => task}/oncpu/c++/docker-compose.yml | 4 +-
.../cases/profiling/{ => task}/oncpu/c++/e2e.yaml | 2 +-
.../{ => task}/oncpu/c++/profiling-analysis.yml | 0
.../cases/profiling/{ => task}/oncpu/c++/sqrt.cpp | 0
.../profiling/{ => task}/oncpu/c/Dockerfile.sqrt | 0
.../{ => task}/oncpu/c/docker-compose.yml | 4 +-
.../cases/profiling/{ => task}/oncpu/c/e2e.yaml | 2 +-
.../{ => task}/oncpu/c/profiling-analysis.yml | 0
test/e2e/cases/profiling/{ => task}/oncpu/c/sqrt.c | 0
.../{ => task}/oncpu/expected/instance.yml | 0
.../oncpu/expected/process-estimate-scale.yml | 0
.../{ => task}/oncpu/expected/process.yml | 0
.../oncpu/expected/profiling-create-prepare.yml | 0
.../{ => task}/oncpu/expected/profiling-create.yml | 0
.../oncpu/expected/profiling-schedule-list.yml | 0
.../oncpu/expected/profiling-task-list.yml | 3 +
.../{ => task}/oncpu/expected/service.yml | 0
.../{ => task}/oncpu/golang/Dockerfile.sqrt | 0
.../{ => task}/oncpu/golang/docker-compose.yml | 4 +-
.../profiling/{ => task}/oncpu/golang/e2e.yaml | 2 +-
.../{ => task}/oncpu/golang/profiling-analysis.yml | 0
.../profiling/{ => task}/oncpu/golang/sqrt.go | 0
.../{ => task}/oncpu/profiling-cases.yaml | 0
.../{ => task}/oncpu/rust/Dockerfile.sqrt | 0
.../{ => task}/oncpu/rust/docker-compose.yml | 4 +-
.../cases/profiling/{ => task}/oncpu/rust/e2e.yaml | 2 +-
.../{ => task}/oncpu/rust/profiling-analysis.yml | 0
.../cases/profiling/{ => task}/oncpu/rust/sqrt.rs | 0
194 files changed, 907 insertions(+), 487 deletions(-)
rename bpf/include/{goid.c => goid.h} (55%)
create mode 100644 bpf/include/syscall_reading.h
copy test/e2e/{cases/profiling/network/base/ssl =>
base/scripts}/gen-selfsigned-ssl.sh (87%)
mode change 100755 => 100644
copy test/e2e/cases/profiling/{network/golang =>
continuous/http_avg_response_time}/Dockerfile (83%)
copy test/e2e/cases/profiling/{network/nodejs =>
continuous/http_avg_response_time}/docker-compose.yml (63%)
copy test/e2e/cases/{process/agent_sensor/golang =>
profiling/continuous/http_avg_response_time}/e2e.yaml (52%)
copy test/e2e/cases/profiling/{oncpu =>
continuous/http_avg_response_time}/expected/instance.yml (92%)
copy test/e2e/cases/profiling/{network/expected/metrics-has-value-label.yml =>
continuous/http_avg_response_time/expected/metrics-has-value-labeld.yml} (98%)
copy test/e2e/cases/profiling/{oncpu/expected/process-estimate-scale.yml =>
continuous/http_avg_response_time/expected/policy-set.yml} (96%)
copy test/e2e/cases/profiling/{offcpu =>
continuous/http_avg_response_time}/expected/process.yml (81%)
copy test/e2e/cases/{process/agent_sensor/golang/expected/service.yml =>
profiling/continuous/http_avg_response_time/expected/query-policy.yml} (81%)
copy test/e2e/cases/profiling/{offcpu =>
continuous/http_avg_response_time}/expected/service.yml (89%)
copy test/e2e/cases/profiling/{offcpu/expected/profiling-task-list.yml =>
continuous/http_avg_response_time/expected/trigger-task.yml} (53%)
create mode 100644
test/e2e/cases/profiling/continuous/http_avg_response_time/policy.yaml
copy scripts/debug/nodejs/tls_gen_offsets.go =>
test/e2e/cases/profiling/continuous/http_avg_response_time/response_timeout.go
(65%)
copy test/e2e/cases/profiling/{network/golang =>
continuous/http_error_rate}/Dockerfile (84%)
copy test/e2e/cases/profiling/{network/nodejs =>
continuous/http_error_rate}/docker-compose.yml (64%)
copy test/e2e/cases/{process/agent_sensor/golang =>
profiling/continuous/http_error_rate}/e2e.yaml (53%)
copy test/e2e/cases/profiling/{oncpu =>
continuous/http_error_rate}/expected/instance.yml (92%)
copy test/e2e/cases/profiling/{network/expected/metrics-has-value-label.yml =>
continuous/http_error_rate/expected/metrics-has-value-labeld.yml} (98%)
copy test/e2e/cases/profiling/{oncpu/expected/process-estimate-scale.yml =>
continuous/http_error_rate/expected/policy-set.yml} (96%)
copy test/e2e/cases/profiling/{offcpu =>
continuous/http_error_rate}/expected/process.yml (81%)
copy test/e2e/cases/{process/agent_sensor/golang/expected/service.yml =>
profiling/continuous/http_error_rate/expected/query-policy.yml} (82%)
copy test/e2e/cases/profiling/{offcpu =>
continuous/http_error_rate}/expected/service.yml (89%)
copy test/e2e/cases/profiling/{offcpu/expected/profiling-task-list.yml =>
continuous/http_error_rate/expected/trigger-task.yml} (54%)
create mode 100644
test/e2e/cases/profiling/continuous/http_error_rate/policy.yaml
copy scripts/debug/nodejs/tls_gen_offsets.go =>
test/e2e/cases/profiling/continuous/http_error_rate/response_error.go (64%)
copy test/e2e/cases/profiling/{oncpu/golang/Dockerfile.sqrt =>
continuous/process_cpu/Dockerfile} (100%)
copy test/e2e/cases/profiling/{offcpu/c++ =>
continuous/process_cpu}/docker-compose.yml (69%)
copy test/e2e/cases/{process/agent_sensor/golang =>
profiling/continuous/process_cpu}/e2e.yaml (56%)
copy test/e2e/cases/profiling/{oncpu =>
continuous/process_cpu}/expected/instance.yml (92%)
copy test/e2e/cases/profiling/{network/envoy =>
continuous/process_cpu}/expected/metrics-has-value.yml (100%)
copy test/e2e/cases/profiling/{oncpu/expected/process-estimate-scale.yml =>
continuous/process_cpu/expected/policy-set.yml} (96%)
copy test/e2e/cases/profiling/{oncpu =>
continuous/process_cpu}/expected/process.yml (83%)
copy test/e2e/cases/{process/agent_sensor/golang/expected/service.yml =>
profiling/continuous/process_cpu/expected/query-policy.yml} (84%)
copy test/e2e/cases/profiling/{offcpu =>
continuous/process_cpu}/expected/service.yml (89%)
copy test/e2e/cases/profiling/{oncpu/expected/profiling-task-list.yml =>
continuous/process_cpu/expected/trigger-task.yml} (57%)
create mode 100644 test/e2e/cases/profiling/continuous/process_cpu/policy.yaml
copy test/e2e/cases/profiling/{oncpu/golang => continuous/process_cpu}/sqrt.go
(100%)
copy test/e2e/cases/profiling/{offcpu/c/Dockerfile.file =>
continuous/process_thread_count/Dockerfile} (88%)
create mode 100644
test/e2e/cases/profiling/continuous/process_thread_count/MultiThread.java
copy test/e2e/cases/profiling/{offcpu/c++ =>
continuous/process_thread_count}/docker-compose.yml (68%)
copy test/e2e/cases/{process/agent_sensor/golang =>
profiling/continuous/process_thread_count}/e2e.yaml (56%)
copy test/e2e/cases/profiling/{oncpu =>
continuous/process_thread_count}/expected/instance.yml (92%)
rename test/e2e/cases/profiling/{network =>
continuous/process_thread_count}/expected/metrics-has-value.yml (100%)
copy test/e2e/cases/profiling/{oncpu/expected/process-estimate-scale.yml =>
continuous/process_thread_count/expected/policy-set.yml} (96%)
copy test/e2e/cases/profiling/{offcpu =>
continuous/process_thread_count}/expected/process.yml (79%)
copy test/e2e/cases/{process/agent_sensor/golang/expected/service.yml =>
profiling/continuous/process_thread_count/expected/query-policy.yml} (83%)
copy test/e2e/cases/profiling/{offcpu =>
continuous/process_thread_count}/expected/service.yml (89%)
copy test/e2e/cases/profiling/{oncpu/expected/profiling-task-list.yml =>
continuous/process_thread_count/expected/trigger-task.yml} (57%)
create mode 100644
test/e2e/cases/profiling/continuous/process_thread_count/policy.yaml
rename test/e2e/cases/profiling/{ => task}/network/base-cases.yaml (98%)
rename test/e2e/cases/profiling/{ => task}/network/base/Dockerfile.nginx (100%)
rename test/e2e/cases/profiling/{ => task}/network/base/docker-compose.yml
(95%)
rename test/e2e/cases/profiling/{ => task}/network/base/network-profiling.yaml
(100%)
rename test/e2e/cases/profiling/{ => task}/network/base/nginx.conf (100%)
rename test/e2e/cases/profiling/{ => task}/network/base/rover_configs.yaml
(100%)
rename test/e2e/cases/profiling/{ => task}/network/base/slow-trace-lal.yaml
(100%)
rename test/e2e/cases/profiling/{ =>
task}/network/base/ssl/gen-selfsigned-ssl.sh (100%)
rename test/e2e/cases/profiling/{ => task}/network/c_plus_plus/CMakeLists.txt
(100%)
rename test/e2e/cases/profiling/{ => task}/network/c_plus_plus/Dockerfile
(100%)
rename test/e2e/cases/profiling/{ =>
task}/network/c_plus_plus/docker-compose.yml (100%)
rename test/e2e/cases/profiling/{ => task}/network/c_plus_plus/e2e.yaml (94%)
rename test/e2e/cases/profiling/{ => task}/network/c_plus_plus/src/main.cpp
(100%)
rename test/e2e/cases/profiling/{ => task}/network/envoy/e2e.yaml (97%)
rename test/e2e/cases/profiling/{ =>
task}/network/envoy/expected/dependency-processs.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/network/envoy/expected/metrics-has-value-label.yml (100%)
copy test/e2e/cases/profiling/{ =>
task}/network/envoy/expected/metrics-has-value.yml (100%)
rename test/e2e/cases/profiling/{ => task}/network/envoy/expected/process.yml
(100%)
rename test/e2e/cases/profiling/{ =>
task}/network/envoy/expected/profiling-create.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/network/envoy/expected/service-instance.yml (100%)
rename test/e2e/cases/profiling/{ => task}/network/envoy/expected/service.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/network/envoy/kind.yaml (100%)
rename test/e2e/cases/profiling/{ =>
task}/network/envoy/network-profiling.yaml (100%)
rename test/e2e/cases/profiling/{ => task}/network/envoy/rover.yaml (100%)
rename test/e2e/cases/profiling/{ => task}/network/envoy/traffic-gen.yaml
(100%)
rename test/e2e/cases/profiling/{ =>
task}/network/expected/dependency-processs.yml (100%)
rename test/e2e/cases/profiling/{ => task}/network/expected/instance.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/network/expected/metrics-has-value-label.yml (100%)
rename test/e2e/cases/profiling/{network/envoy =>
task/network}/expected/metrics-has-value.yml (100%)
rename test/e2e/cases/profiling/{ => task}/network/expected/process.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/network/expected/profiling-create.yml (100%)
rename test/e2e/cases/profiling/{ => task}/network/expected/service.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/network/expected/skywalking-trace.yml (100%)
rename test/e2e/cases/profiling/{ => task}/network/expected/slow-traces.yml
(100%)
rename test/e2e/cases/profiling/{ =>
task}/network/expected/status-4xx-traces.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/network/expected/status-5xx-traces.yml (100%)
rename test/e2e/cases/profiling/{ => task}/network/expected/zipkin-trace.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/network/golang/Dockerfile (100%)
rename test/e2e/cases/profiling/{ => task}/network/golang/docker-compose.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/network/golang/e2e.yaml (94%)
rename test/e2e/cases/profiling/{ => task}/network/golang/go.mod (100%)
rename test/e2e/cases/profiling/{ => task}/network/golang/go.sum (100%)
rename test/e2e/cases/profiling/{ => task}/network/golang/service.go (100%)
rename test/e2e/cases/profiling/{ => task}/network/http1-metrics-cases.yaml
(100%)
rename test/e2e/cases/profiling/{ =>
task}/network/http1-sampled-traces-cases.yaml (100%)
rename test/e2e/cases/profiling/{ => task}/network/http2/Dockerfile (100%)
rename test/e2e/cases/profiling/{ => task}/network/http2/docker-compose.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/network/http2/e2e.yaml (94%)
rename test/e2e/cases/profiling/{ => task}/network/http2/go.mod (100%)
rename test/e2e/cases/profiling/{ => task}/network/http2/grpc.go (100%)
rename test/e2e/cases/profiling/{ => task}/network/http2/service.proto (100%)
rename test/e2e/cases/profiling/{ => task}/network/nodejs/Dockerfile (100%)
rename test/e2e/cases/profiling/{ => task}/network/nodejs/docker-compose.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/network/nodejs/e2e.yaml (94%)
rename test/e2e/cases/profiling/{ => task}/network/nodejs/service.js (100%)
rename test/e2e/cases/profiling/{ => task}/network/python/Dockerfile (100%)
rename test/e2e/cases/profiling/{ => task}/network/python/docker-compose.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/network/python/e2e.yaml (94%)
rename test/e2e/cases/profiling/{ => task}/network/python/requirements.txt
(100%)
rename test/e2e/cases/profiling/{ => task}/network/python/service.py (100%)
rename test/e2e/cases/profiling/{ => task}/network/sampling.yaml (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c++/Dockerfile.file (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c++/docker-compose.yml (92%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c++/e2e.yaml (96%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c++/file.cpp (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c++/profiling-analysis.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c/Dockerfile.file (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c/docker-compose.yml (92%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c/e2e.yaml (96%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c/file.c (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/c/profiling-analysis.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/expected/instance.yml (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/expected/process.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/offcpu/expected/profiling-create.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/offcpu/expected/profiling-schedule-list.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/offcpu/expected/profiling-task-list.yml (93%)
rename test/e2e/cases/profiling/{ => task}/offcpu/expected/service.yml (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/golang/Dockerfile.file (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/golang/docker-compose.yml
(92%)
rename test/e2e/cases/profiling/{ => task}/offcpu/golang/e2e.yaml (96%)
rename test/e2e/cases/profiling/{ => task}/offcpu/golang/file.go (100%)
rename test/e2e/cases/profiling/{ =>
task}/offcpu/golang/profiling-analysis.yml (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/profiling-cases.yaml (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/rust/Dockerfile.file (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/rust/docker-compose.yml (92%)
rename test/e2e/cases/profiling/{ => task}/offcpu/rust/e2e.yaml (96%)
rename test/e2e/cases/profiling/{ => task}/offcpu/rust/file.rs (100%)
rename test/e2e/cases/profiling/{ => task}/offcpu/rust/profiling-analysis.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c++/Dockerfile.sqrt (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c++/docker-compose.yml (91%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c++/e2e.yaml (96%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c++/profiling-analysis.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c++/sqrt.cpp (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c/Dockerfile.sqrt (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c/docker-compose.yml (91%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c/e2e.yaml (96%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c/profiling-analysis.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/c/sqrt.c (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/expected/instance.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/oncpu/expected/process-estimate-scale.yml (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/expected/process.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/oncpu/expected/profiling-create-prepare.yml (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/expected/profiling-create.yml
(100%)
rename test/e2e/cases/profiling/{ =>
task}/oncpu/expected/profiling-schedule-list.yml (100%)
rename test/e2e/cases/profiling/{ =>
task}/oncpu/expected/profiling-task-list.yml (93%)
rename test/e2e/cases/profiling/{ => task}/oncpu/expected/service.yml (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/golang/Dockerfile.sqrt (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/golang/docker-compose.yml
(91%)
rename test/e2e/cases/profiling/{ => task}/oncpu/golang/e2e.yaml (96%)
rename test/e2e/cases/profiling/{ => task}/oncpu/golang/profiling-analysis.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/golang/sqrt.go (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/profiling-cases.yaml (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/rust/Dockerfile.sqrt (100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/rust/docker-compose.yml (91%)
rename test/e2e/cases/profiling/{ => task}/oncpu/rust/e2e.yaml (96%)
rename test/e2e/cases/profiling/{ => task}/oncpu/rust/profiling-analysis.yml
(100%)
rename test/e2e/cases/profiling/{ => task}/oncpu/rust/sqrt.rs (100%)