Go to file
Michael Petlan fc23b5da47 perf util: Move input_name to util
Bugzilla: https://bugzilla.redhat.com/2233483

upstream
========
commit f12ad2727bbed890cbc2890470fb00c95b089b28
Author: Ian Rogers <irogers@google.com>
Date: Mon Apr 10 09:25:10 2023 -0700

description
===========
'input_name' is the name of the input perf.data file, it is used by data
convert and ui code. Move it to util to make it more consistent with
other global state.

    Signed-off-by: Ian Rogers <irogers@google.com>
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
    Cc: Chengdong Li <chengdongli@tencent.com>
    Cc: Denis Nikitin <denik@chromium.org>
    Cc: Florian Fischer <florian.fischer@muhq.space>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: James Clark <james.clark@arm.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: John Garry <john.g.garry@oracle.com>
    Cc: Kan Liang <kan.liang@linux.intel.com>
    Cc: Leo Yan <leo.yan@linaro.org>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Martin Liška <mliska@suse.cz>
    Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
    Cc: Mike Leach <mike.leach@linaro.org>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Raul Silvera <rsilvera@google.com>
    Cc: Ravi Bangoria <ravi.bangoria@amd.com>
    Cc: Rob Herring <robh@kernel.org>
    Cc: Sean Christopherson <seanjc@google.com>
    Cc: Suzuki Poulouse <suzuki.poulose@arm.com>
    Cc: Will Deacon <will@kernel.org>
    Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com>
    Cc: coresight@lists.linaro.org
    Cc: linux-arm-kernel@lists.infradead.org
    Link: https://lore.kernel.org/r/20230410162511.3055900-2-irogers@google.com
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Signed-off-by: Michael Petlan <mpetlan@redhat.com>
2023-09-18 12:00:18 +02:00
Documentation Merge: Update kernel's PCI subsystem to v6.4 2023-09-14 15:07:15 -04:00
LICENSES
arch perf/x86/intel: Fix the FRONTEND encoding on GNR and MTL 2023-09-18 11:58:29 +02:00
block
certs
crypto
drivers Merge: Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921 2023-09-14 15:07:15 -04:00
fs
include Merge: Update kernel's PCI subsystem to v6.4 2023-09-14 15:07:15 -04:00
init
io_uring
ipc
kernel perf/core: Fix hardlockup failure caused by perf throttle 2023-09-18 11:58:27 +02:00
lib
mm
net Merge: bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire 2023-09-08 11:36:01 -04:00
redhat [redhat] kernel-5.14.0-366.el9 2023-09-14 15:31:33 -04:00
samples
scripts
security
sound
tools perf util: Move input_name to util 2023-09-18 12:00:18 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS MAINTAINERS: Add Chuanhua Lei as Intel LGM GW PCIe maintainer 2023-09-05 09:16:46 -06:00
Makefile
Makefile.rhelver [redhat] kernel-5.14.0-366.el9 2023-09-14 15:31:33 -04:00
README
makefile

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.