summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf auxtrace: Use WRITE_ONCE() for updating aux_tailLeo Yan2021-08-091-1/+1
* perf script python: Fix unintended underlineStephen Brennan2021-08-091-1/+1
* perf cs-etm: Add warnings for missing DSOsJames Clark2021-08-091-1/+10
* perf vendor events: Add metrics for Icelake ServerJin Yao2021-08-091-0/+315
* perf bench futex, requeue: Add --pi parameterDavidlohr Bueso2021-08-092-26/+111
* perf bench futex, requeue: Robustify futex_wait() handlingDavidlohr Bueso2021-08-091-1/+14
* perf bench futex, requeue: Add --broadcast optionDavidlohr Bueso2021-08-092-0/+5
* perf bench futex: Add --mlockall parameterDavidlohr Bueso2021-08-096-0/+38
* perf bench futex: Remove bogus backslash from commentDavidlohr Bueso2021-08-091-1/+1
* perf bench futex: Group test parameters cleanupDavidlohr Bueso2021-08-096-137/+162
* perf cs-etm: Improve Coresight zero timestamp warningJames Clark2021-08-031-2/+5
* perf tools: Add flag for tracking warnings of missing DSOsJames Clark2021-08-031-0/+1
* perf annotate: Add disassembly warnings for annotate --stdioJames Clark2021-08-031-2/+18
* perf annotate: Re-add annotate_warned functionalityJames Clark2021-08-032-0/+2
* perf tools: Add WARN_ONCE equivalent for UI warningsJames Clark2021-08-031-0/+14
* perf tools: Add pipe_test.sh to verify pipe operationsNamhyung Kim2021-08-021-0/+69
* perf inject: Fix output from a file to a pipeNamhyung Kim2021-08-024-37/+88
* perf inject: Fix output from a pipe to a fileNamhyung Kim2021-08-021-5/+10
* perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim2021-08-025-14/+15
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-0225-36/+43
* perf test: Handle fd gaps in test__dso_data_reopenEirik Fuller2021-08-021-2/+12
* perf vendor events intel: Add basic metrics for ElkhartlakeJin Yao2021-08-021-0/+57
* perf vendor events intel: Add core event list for ElkhartlakeJin Yao2021-08-028-0/+1405
* perf vendor events: Add metrics for TigerlakeJin Yao2021-08-021-0/+231
* perf vendor events intel: Add core event list for TigerlakeJin Yao2021-08-028-1/+2844
* perf annotate: Add error log in symbol__annotate()Li Huafei2021-08-021-1/+3
* perf env: Normalize aarch64.* and arm64.* to arm64 in normalize_arch()Li Huafei2021-08-021-1/+1
* perf beauty: Reuse the generic arch errno switchIan Rogers2021-08-021-6/+5
* perf doc: Reorganize ARTICLES variables.Ian Rogers2021-08-021-7/+4
* perf doc: Remove howto-index.sh related references.Ian Rogers2021-08-021-12/+1
* perf doc: Remove cmd-list.perl referencesIan Rogers2021-08-021-20/+1
* perf doc: Add info pages to all target.Ian Rogers2021-08-021-1/+1
* perf doc: Remove references to user-manualIan Rogers2021-08-021-25/+0
* perf doc: Fix doc.depIan Rogers2021-08-021-0/+46
* perf doc: Fix perfman.info buildIan Rogers2021-08-022-1/+47
* perf cs-etm: Pass unformatted flag to decoderJames Clark2021-08-022-15/+42
* perf cs-etm: Use existing decoder instead of resetting itJames Clark2021-08-021-30/+7
* perf cs-etm: Suppress printing when resetting decoderJames Clark2021-08-021-3/+7
* perf cs-etm: Only setup queues when they are modifiedJames Clark2021-08-021-40/+14
* perf cs-etm: Split setup and timestamp search functionsJames Clark2021-08-021-12/+29
* perf cs-etm: Refactor initialisation of kernel start addressJames Clark2021-08-021-5/+1
* perf trace: Update cmd string table to decode sys_bpf first argWei Li2021-08-021-1/+9
* Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-07-301-2/+0
* perf pmu: Fix alias matchingJohn Garry2021-07-271-9/+24
* perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark2021-07-271-2/+18
* perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong2021-07-181-4/+29
* perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
* perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-161-0/+2