summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2021-08-02perf inject: Fix output from a file to a pipeNamhyung Kim
2021-08-02perf inject: Fix output from a pipe to a fileNamhyung Kim
2021-08-02perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-08-02perf test: Handle fd gaps in test__dso_data_reopenEirik Fuller
2021-08-02perf vendor events intel: Add basic metrics for ElkhartlakeJin Yao
2021-08-02perf vendor events intel: Add core event list for ElkhartlakeJin Yao
2021-08-02perf vendor events: Add metrics for TigerlakeJin Yao
2021-08-02perf vendor events intel: Add core event list for TigerlakeJin Yao
2021-08-02perf annotate: Add error log in symbol__annotate()Li Huafei
2021-08-02perf env: Normalize aarch64.* and arm64.* to arm64 in normalize_arch()Li Huafei
2021-08-02perf beauty: Reuse the generic arch errno switchIan Rogers
2021-08-02perf doc: Reorganize ARTICLES variables.Ian Rogers
2021-08-02perf doc: Remove howto-index.sh related references.Ian Rogers
2021-08-02perf doc: Remove cmd-list.perl referencesIan Rogers
2021-08-02perf doc: Add info pages to all target.Ian Rogers
2021-08-02perf doc: Remove references to user-manualIan Rogers
2021-08-02perf doc: Fix doc.depIan Rogers
2021-08-02perf doc: Fix perfman.info buildIan Rogers
2021-08-02perf cs-etm: Pass unformatted flag to decoderJames Clark
2021-08-02perf cs-etm: Use existing decoder instead of resetting itJames Clark
2021-08-02perf cs-etm: Suppress printing when resetting decoderJames Clark
2021-08-02perf cs-etm: Only setup queues when they are modifiedJames Clark
2021-08-02perf cs-etm: Split setup and timestamp search functionsJames Clark
2021-08-02perf cs-etm: Refactor initialisation of kernel start addressJames Clark
2021-08-02perf trace: Update cmd string table to decode sys_bpf first argWei Li
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-30Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet
2021-07-27perf pmu: Fix alias matchingJohn Garry
2021-07-27perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong
2021-07-18perf data: Close all files in close_dir()Riccardo Mancini
2021-07-18perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini
2021-07-16perf test bpf: Free obj_bufRiccardo Mancini
2021-07-15perf trace: Free strings in trace__parse_events_option()Riccardo Mancini
2021-07-15perf trace: Free syscall tp fields in evsel->privRiccardo Mancini
2021-07-15perf trace: Free syscall->arg_fmtRiccardo Mancini
2021-07-15perf trace: Free malloc'd trace fields on exitRiccardo Mancini
2021-07-15perf lzma: Close lzma stream on exitRiccardo Mancini
2021-07-15perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini
2021-07-15perf script: Release zstd dataRiccardo Mancini
2021-07-15perf session: Cleanup trace_eventRiccardo Mancini
2021-07-15perf inject: Close inject.output on exitRiccardo Mancini
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini
2021-07-15perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini
2021-07-15perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini
2021-07-15perf dso: Fix memory leak in dso__new_map()Riccardo Mancini