{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3449 of commit 68b45e7999aa2838c49eea03ca339978ed060a87, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3449/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "68b45e7999aa2838c49eea03ca339978ed060a87"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/chenhengqi/bcc.git"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLogin",
          "value" : "yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLoginMention",
          "value" : "@yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullId",
          "value" : "3449"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "fix-hardirqs"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "fix-hardirqs"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : "chenhengqi@outlook.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "chenhengqi"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@chenhengqi"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3449 of commit 68b45e7999aa2838c49eea03ca339978ed060a87, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "hardirqs: Migrate to kernel tracepoint"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3449"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "The hardirqs tool is not working properly in recent kernels.\\r\\nI tested it with kernel 5.4/5.8/5.11, all compiled but has no output.\\r\\nThis commit migrates hardirqs to use kernel tracepoints instead of kprobes, \\r\\njust as we already made to softirqs.\\r\\n\\r\\n```shell\\r\\nsudo ./hardirqs.py  -C  1 10\\r\\nTracing hard irq events... Hit Ctrl-C to end.\\r\\n\\r\\nHARDIRQ                    TOTAL_count\\r\\nenp0s31f6                            1\\r\\niwlwifi                              3\\r\\ni915                                14\\r\\n\\r\\nHARDIRQ                    TOTAL_count\\r\\niwlwifi                              2\\r\\nxhci_hcd                             5\\r\\ni915                                26\\r\\n...\\r\\n```\\r\\n\\r\\n```shell\\r\\nsudo ./hardirqs.py  -d 1 10 \\r\\nTracing hard irq event time... Hit Ctrl-C to end.\\r\\n\\r\\n\\r\\nhardirq = 'i801_smbus'\\r\\n     usecs               : count     distribution\\r\\n         0 -> 1          : 0        |                                        |\\r\\n         2 -> 3          : 0        |                                        |\\r\\n         4 -> 7          : 0        |                                        |\\r\\n         8 -> 15         : 0        |                                        |\\r\\n        16 -> 31         : 4        |***                                     |\\r\\n        32 -> 63         : 42       |****************************************|\\r\\n\\r\\nhardirq = 'i915'\\r\\n     usecs               : count     distribution\\r\\n         0 -> 1          : 1        |**********                              |\\r\\n         2 -> 3          : 1        |**********                              |\\r\\n         4 -> 7          : 3        |******************************          |\\r\\n         8 -> 15         : 3        |******************************          |\\r\\n        16 -> 31         : 4        |****************************************|\\r\\n        32 -> 63         : 2        |********************                    |\\r\\n```\\r\\n\\r\\nSigned-off-by: Hengqi Chen <chenhengqi@outlook.com>"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCommentBody",
          "value" : "[buildbot, test this please]"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbGhRepository",
          "value" : "iovisor/bcc"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCredentialsId",
          "value" : "6d3daf13-69b8-48b1-9c8f-ec5353264113"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "<a title=\"hardirqs: Migrate to kernel tracepoint\" href=\"https://github.com/iovisor/bcc/pull/3449\">PR #3449</a>: hardirqs: Migrate to kernel...",
  "displayName" : "#1007",
  "duration" : 1323239,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #1007",
  "id" : "1007",
  "keepLog" : False,
  "number" : 1007,
  "queueId" : 8065,
  "result" : "SUCCESS",
  "timestamp" : 1622047721981,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/1007/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 1007,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/1007/"
    },
    {
      "number" : 1007,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/1007/"
    },
    {
      "number" : 1007,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/1007/"
    },
    {
      "number" : 1007,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/1007/"
    },
    {
      "number" : 1007,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/1007/"
    },
    {
      "number" : 1007,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/1007/"
    },
    {
      "number" : 1007,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/1007/"
    }
  ]
}