aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-09perf test: Add support for setting objdump binary via perf configJames Clark2-0/+16
2023-11-09perf test: Add option to change objdump binaryJames Clark3-1/+5
2023-11-09perf tests offcpu: Adjust test case perf record offcpu profiling tests for s390Thomas Richter1-2/+2
2023-11-09perf tools: Add the python_ext_build directory to .gitignoreYang Jihong1-0/+1
2023-11-09perf tests attr: Fix spelling mistake "whic" to "which"zhaimingbing1-1/+1
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotated_source'Namhyung Kim3-13/+13
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' to 'struct annotated_source'Namhyung Kim3-21/+22
2023-11-09perf annotate: Move max_coverage from 'struct annotation' to 'struct annotated_branch'Namhyung Kim4-5/+15
2023-11-09perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim4-61/+73
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotation_line'Namhyung Kim3-24/+54
2023-11-09perf test: Simplify "object code reading" testNamhyung Kim1-53/+23
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers5-4/+35
2023-11-09perf record: Lazy load kernel symbolsIan Rogers4-3/+12
2023-11-09perf tools: Fix spelling mistake "parametrized" -> "parameterized"Colin Ian King2-3/+3
2023-11-09perf tools: Add branch counter knobKan Liang7-3/+55
2023-11-06perf header: Support num and width of branch countersKan Liang2-3/+20
2023-11-06tools headers UAPI: Sync include/uapi/linux/perf_event.h header with the kernelKan Liang1-0/+13
2023-11-03perf build: Warn about missing libelf before warning about missing libbpfArnaldo Carvalho de Melo1-4/+4
2023-11-03perf tests make: Remove the last egrep call, use 'grep -E' insteadArnaldo Carvalho de Melo1-1/+1
2023-10-31perf beauty socket/prctl_option: Cope with extended regexp complaint by grepArnaldo Carvalho de Melo2-4/+4
2023-10-28perf vendor events intel: Update tsx_cycles_per_elision metricsIan Rogers8-14/+7
2023-10-28perf vendor events intel: Update bonnell version number to v5Ian Rogers1-1/+1
2023-10-28perf vendor events intel: Update westmereex events to v4Ian Rogers2-2/+2
2023-10-28perf vendor events intel: Update meteorlake events to v1.06Ian Rogers7-6/+209
2023-10-28perf vendor events intel: Update knightslanding events to v16Ian Rogers6-57/+75
2023-10-28perf vendor events intel: Add typo fix for ivybridge FPIan Rogers1-1/+1
2023-10-28perf vendor events intel: Update a spelling in haswell/haswellxIan Rogers2-2/+2
2023-10-28perf vendor events intel: Update emeraldrapids to v1.01Ian Rogers2-1/+37
2023-10-28perf vendor events intel: Update alderlake/alderlake events to v1.23Ian Rogers9-14/+146
2023-10-27perf build: Disable BPF skeletons if clang version is < 12.0.1Arnaldo Carvalho de Melo1-0/+7
2023-10-27perf callchain: Fix spelling mistake "statisitcs" -> "statistics"Colin Ian King1-2/+2
2023-10-27perf report: Fix spelling mistake "heirachy" -> "hierarchy"Colin Ian King1-1/+1
2023-10-27perf python: Fix binding linkage due to rename and move of evsel__increase_rlimit()Arnaldo Carvalho de Melo1-0/+1
2023-10-26perf tests: test_arm_coresight: Simplify source iterationJames Clark1-14/+3
2023-10-26perf vendor events intel: Add tigerlake two metricsIan Rogers1-0/+12
2023-10-26perf vendor events intel: Add broadwellde two metricsIan Rogers1-0/+12
2023-10-25perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metricIan Rogers1-1/+1
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers7-39/+47
2023-10-25perf callchain: Minor layout changes to callchain_listIan Rogers1-8/+8
2023-10-25perf callchain: Make brtype_stat in callchain_list optionalIan Rogers2-9/+34
2023-10-25perf callchain: Make display use of branch_type_stat constIan Rogers3-7/+7
2023-10-25perf offcpu: Add missed btf_freeIan Rogers1-4/+6
2023-10-25perf threads: Remove unused dead thread listIan Rogers2-2/+0
2023-10-25perf hist: Add missing puts to hist__account_cyclesIan Rogers1-3/+7
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers9-15/+21
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers1-1/+5
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers1-10/+12
2023-10-25perf rwsem: Add debug mode that uses a mutexIan Rogers2-0/+45
2023-10-25perf build: Address stray '\' before # that is warned about since grep 3.8Arnaldo Carvalho de Melo1-1/+1
2023-10-25perf report: Fix hierarchy mode on pipe inputNamhyung Kim1-0/+15