summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang2023-02-021-4/+25
* | perf test: Replace legacy `...` with $(...)Diederik de Haas2023-02-021-9/+9
* | perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas2023-02-021-3/+3
* | perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim2023-02-021-5/+46
* | perf lock contention: Add -S/--callstack-filter optionNamhyung Kim2023-02-024-2/+75
* | perf script: Add 'cgroup' field for outputNamhyung Kim2023-02-022-2/+25
* | perf tools docs: Use canonical ftrace pathRoss Zwisler2023-02-023-4/+4
* | perf arm-spe: Only warn once for each unsupported address packetRob Herring2023-02-021-1/+5
* | perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen2023-02-021-2/+15
* | perf probe: Fix usage when libtraceevent is missingAthira Rajeev2023-02-021-0/+9
* | perf symbols: Get symbols for .plt.got for x86-64Adrian Hunter2023-02-021-4/+157
* | perf symbols: Start adding support for .plt.got for x86Adrian Hunter2023-02-021-0/+29
* | perf symbols: Allow for static executables with .pltAdrian Hunter2023-02-012-10/+21
* | perf symbols: Allow for .plt without headerAdrian Hunter2023-02-011-1/+15
* | perf symbols: Add support for IFUNC symbols for x86_64Adrian Hunter2023-02-011-1/+37
* | perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter2023-02-012-0/+6
* | perf symbols: Sort plt relocations for x86Adrian Hunter2023-02-011-3/+57
* | perf symbols: Add support for x86 .plt.secAdrian Hunter2023-02-011-7/+23
* | perf symbols: Correct plt entry sizes for x86Adrian Hunter2023-02-011-4/+13
* | perf tests shell: Fix check for libtracevent supportAthira Rajeev2023-02-013-0/+17
* | perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...Athira Rajeev2023-02-011-0/+5
* | perf test: Add pipe mode test to the Intel PT test suiteNamhyung Kim2023-02-011-0/+17
* | perf session: Avoid calling lseek(2) for pipeNamhyung Kim2023-02-011-2/+7
* | perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim2023-02-013-0/+39
* | perf inject: Use perf_data__read() for auxtraceNamhyung Kim2023-02-011-3/+3
* | perf cs-etm: Update decoder code for OpenCSD version 1.4Mike Leach2023-01-301-0/+3
* | perf test: Fix DWARF unwind test by adding non-inline to expected function in...Naveen N. Rao2023-01-301-2/+3
* | perf buildid: Avoid copy of uninitialized memoryIan Rogers2023-01-271-2/+2
* | perf mem/c2c: Document that SPE is used for mem and c2c on ARMJames Clark2023-01-272-3/+12
* | perf cs-etm: Improve missing sink warning messageJames Clark2023-01-271-3/+9
* | perf test buildid: Fix shell string substitutionsAthira Rajeev2023-01-231-7/+11
* | perf: Various spelling fixesDiederik de Haas2023-01-234-5/+5
* | perf test: Switch basic bpf filtering test to use syscall tracepointNaveen N. Rao2023-01-231-1/+1
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2023-01-234-6/+29
|\ \
| * | perf test build-id: Fix test check for PE fileAthira Rajeev2023-01-181-1/+14
| * | perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...Athira Rajeev2023-01-181-3/+7
| * | perf expr: Prevent normalize() from reading into undefined memory in the expr...Sohom Datta2023-01-181-1/+4
| * | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-181-1/+4
| |/
* | perf cs-etm: Ensure that Coresight timestamps don't go backwardsJames Clark2023-01-221-10/+19
* | perf cs_etm: Set the time field in the synthetic samplesGerman Gomez2023-01-223-13/+120
* | perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez2023-01-223-0/+52
* | perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez2023-01-224-22/+76
* | perf pmu: Add function to check if a pmu file existsGerman Gomez2023-01-222-0/+12
* | perf pmu: Remove remaining duplication of bus/event_source/devices/...James Clark2023-01-221-12/+5
* | perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark2023-01-225-60/+27
* | perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark2023-01-225-85/+51
* | perf tools: Fix foolproof typoIan Rogers2023-01-224-4/+4
* | perf symbols: Check SHT_RELA and SHT_REL type earlierAdrian Hunter2023-01-221-27/+27
* | perf symbols: Combine handling for SHT_RELA and SHT_RELAdrian Hunter2023-01-221-48/+27
* | perf symbols: Allow for .plt entries with no symbolAdrian Hunter2023-01-221-4/+10