xref: /kernel/linux/linux-6.6/tools/perf/scripts/python/bin/gecko-report
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/perf/scripts/python/bin/
162306a36Sopenharmony_ci#!/bin/bash
262306a36Sopenharmony_ci# description: create firefox gecko profile json format from perf.data
362306a36Sopenharmony_ciif [ "$*" = "-i -" ]; then
462306a36Sopenharmony_ciperf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py
562306a36Sopenharmony_cielse
662306a36Sopenharmony_ciperf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py -- "$@"
762306a36Sopenharmony_cifi
8

Indexes created Thu Nov 07 10:32:03 CST 2024