summaryrefslogtreecommitdiffstats
path: root/third_party/perfetto/moz.yaml
blob: 50c7151faa32bba768544d232f8ed02ea9007870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Version of this schema
schema: 1

bugzilla:
  # Bugzilla product and component for this directory and subdirectories
  product: "Core"
  component: "Performance"

origin:
  name: "perfetto"
  description: "C++ SDK for userspace performance tracing on Linux and Android."

  url: "https://perfetto.dev"
  license: Apache-2.0

  release: v44.0 (2024-04-10T09:26:48+00:00).
  revision: v44.0

updatebot:
  maintainer-phab: denispal
  maintainer-bz: dpalmeiro@mozilla.com
  tasks:
    - type: vendoring
      enabled: true
      frequency: release

vendoring:
  url: https://github.com/google/perfetto
  source-hosting: github
  tracking: tag
  keep:
    - moz.build
    - moz_attributes.patch
  skip-vendoring-steps:
    - update-moz-build
  exclude:
    - '**'
  include:
    - sdk/
    - LICENSE
  # Add an implicit attribute to EventFinalizer() and use the
  # asan declarations from "mozilla/MemoryChecking.h".
  patches:
    - moz_attributes.patch