aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-02perf test: Handle fd gaps in test__dso_data_reopenEirik Fuller1-2/+12
2021-08-02perf vendor events intel: Add basic metrics for ElkhartlakeJin Yao1-0/+57
2021-08-02perf vendor events intel: Add core event list for ElkhartlakeJin Yao8-0/+1405
2021-08-02perf vendor events: Add metrics for TigerlakeJin Yao1-0/+231
2021-08-02perf vendor events intel: Add core event list for TigerlakeJin Yao8-1/+2844
2021-08-02perf annotate: Add error log in symbol__annotate()Li Huafei1-1/+3
2021-08-02perf env: Normalize aarch64.* and arm64.* to arm64 in normalize_arch()Li Huafei1-1/+1
2021-08-02perf beauty: Reuse the generic arch errno switchIan Rogers1-6/+5
2021-08-02perf doc: Reorganize ARTICLES variables.Ian Rogers1-7/+4
2021-08-02perf doc: Remove howto-index.sh related references.Ian Rogers1-12/+1
2021-08-02perf doc: Remove cmd-list.perl referencesIan Rogers1-20/+1
2021-08-02perf doc: Add info pages to all target.Ian Rogers1-1/+1
2021-08-02perf doc: Remove references to user-manualIan Rogers1-25/+0
2021-08-02perf doc: Fix doc.depIan Rogers1-0/+46
2021-08-02perf doc: Fix perfman.info buildIan Rogers2-1/+47
2021-08-02perf cs-etm: Pass unformatted flag to decoderJames Clark2-15/+42
2021-08-02perf cs-etm: Use existing decoder instead of resetting itJames Clark1-30/+7
2021-08-02perf cs-etm: Suppress printing when resetting decoderJames Clark1-3/+7
2021-08-02perf cs-etm: Only setup queues when they are modifiedJames Clark1-40/+14
2021-08-02perf cs-etm: Split setup and timestamp search functionsJames Clark1-12/+29
2021-08-02perf cs-etm: Refactor initialisation of kernel start addressJames Clark1-5/+1
2021-08-02perf trace: Update cmd string table to decode sys_bpf first argWei Li1-1/+9
2021-07-30Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo1-2/+0
2021-07-27perf pmu: Fix alias matchingJohn Garry1-9/+24
2021-07-27perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark1-2/+18
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong6-42/+38
2021-07-18perf data: Close all files in close_dir()Riccardo Mancini1-1/+1
2021-07-18perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-16perf test bpf: Free obj_bufRiccardo Mancini1-0/+2
2021-07-15perf trace: Free strings in trace__parse_events_option()Riccardo Mancini1-0/+3
2021-07-15perf trace: Free syscall tp fields in evsel->privRiccardo Mancini1-1/+16
2021-07-15perf trace: Free syscall->arg_fmtRiccardo Mancini1-1/+15
2021-07-15perf trace: Free malloc'd trace fields on exitRiccardo Mancini1-1/+10
2021-07-15perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-15perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini1-0/+7
2021-07-15perf script: Release zstd dataRiccardo Mancini1-0/+1
2021-07-15perf session: Cleanup trace_eventRiccardo Mancini1-0/+1
2021-07-15perf inject: Close inject.output on exitRiccardo Mancini1-2/+6
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini3-13/+24
2021-07-15perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini1-0/+1
2021-07-15perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini1-0/+2
2021-07-15perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2021-07-15perf test event_update: Fix memory leak of unitRiccardo Mancini1-1/+3
2021-07-15perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2021-07-15perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-07-15perf env: Fix sibling_dies memory leakRiccardo Mancini1-0/+1
2021-07-15perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
2021-07-15perf map: Fix dso->nsinfo refcountingRiccardo Mancini1-0/+2
2021-07-15perf inject: Fix dso->nsinfo refcountingRiccardo Mancini1-2/+3