summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-08-12perf tools: Tidy guest option documentationAdrian Hunter5-57/+38
2022-08-12perf inject: Fix missing guestmount option documentationAdrian Hunter1-0/+12
2022-08-12perf script: Fix missing guest option documentationAdrian Hunter1-0/+23
2022-08-11perf offcpu: Update offcpu test for child processNamhyung Kim1-7/+50
2022-08-11perf offcpu: Track child processesNamhyung Kim2-0/+37
2022-08-11perf offcpu: Parse process id separatelyNamhyung Kim1-2/+43
2022-08-11perf offcpu: Check process id for the given workloadNamhyung Kim2-1/+8
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter22-35/+45
2022-08-10perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter1-5/+13
2022-08-10perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter1-3/+11
2022-08-10perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter1-0/+1
2022-08-10perf script: Fix reference to perf insert instead of perf injectAdrian Hunter1-1/+1
2022-08-10perf sched latency: Fix subcommand matching errorYang Jihong1-1/+1
2022-08-10perf kvm: Fix subcommand matching errorYang Jihong1-4/+4
2022-08-10perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET1-2/+4
2022-08-10perf inject jit: Ignore memfd and anonymous mmap events if jitdump presentBrian Robbins1-2/+7
2022-08-10perf list: Add PMU pai_crypto event description for IBM z16Thomas Richter2-0/+1102
2022-08-10perf vendor events: Remove bad jaketown uncore eventsIan Rogers3-54/+0
2022-08-10perf vendor events: Remove bad ivytown uncore eventsIan Rogers4-123/+0
2022-08-10perf vendor events: Remove bad broadwellde uncore eventsIan Rogers2-110/+0
2022-08-10perf jevents: Add JEVENTS_ARCH make optionIan Rogers1-1/+5
2022-08-10perf jevents: Simplify generation of C-stringIan Rogers1-10/+4
2022-08-10perf jevents: Clean up pytype warningsIan Rogers1-7/+6
2022-08-10perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto Sassu1-10/+3
2022-08-10perf test: JSON format checkingClaire Jensen3-1/+245
2022-08-10perf stat: Add JSON output optionClaire Jensen5-106/+307
2022-08-03perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila1-16/+9
2022-08-03perf lock: Print the number of lost entries for BPFNamhyung Kim4-5/+19
2022-08-03perf lock: Add --map-nr-entries optionNamhyung Kim4-1/+29
2022-08-03perf lock: Introduce struct lock_contentionNamhyung Kim3-18/+31
2022-08-02perf scripting python: Do not build fail on deprecation warningsArnaldo Carvalho de Melo1-1/+1
2022-08-02genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers12-738/+791
2022-08-02perf parse-events: Don't #define YY_EXTRA_TYPEIan Rogers1-1/+0
2022-08-01tools perf: Fix compilation error with new binutilsAndres Freund2-3/+12
2022-08-01perf test: Add ARM SPE system wide testNamhyung Kim1-3/+27
2022-08-01perf tools: Rework prologue generation codeJiri Olsa1-29/+175
2022-08-01perf bpf: Convert legacy map definition to BTF-definedJiri Olsa2-13/+24
2022-08-01perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-01perf lock: Implement cpu and task filters for BPFNamhyung Kim5-13/+162
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim7-115/+453
2022-08-01perf lock: Pass machine pointer to is_lock_function()Namhyung Kim1-8/+7
2022-08-01perf test: Add user space counter reading testsIan Rogers1-1/+126
2022-08-01perf test: Remove x86 rdpmc testIan Rogers3-185/+0
2022-08-01Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-31/+77
2022-07-29perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing7-25/+66
2022-07-29perf x86 evlist: Add default hybrid events for perf statKan Liang3-2/+54
2022-07-29perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang4-6/+23
2022-07-29perf evsel: Add arch_evsel__hw_name()Kan Liang3-1/+27
2022-07-29perf stat: Revert "perf stat: Add default hybrid events"Kan Liang1-30/+0