summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64}Li Huafei2021-08-301-4/+4
| * | | | | | | | perf config: Fix caching and memory leak in perf_home_perfconfig()Arnaldo Carvalho de Melo2021-08-301-1/+4
| * | | | | | | | perf tools: Fixup get_current_dir_name() compilationAlexey Dobriyan2021-08-301-1/+2
| * | | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-08-309-29/+125
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | libperf tests: Fix verbose printingShunsuke Nakamura2021-08-241-0/+2
| * | | | | | | | perf tools: Add missing newline at the end of header fileNghia Le2021-08-241-1/+1
| * | | | | | | | perf tests dlfilter: Free desc and long_desc in check_filter_descRiccardo Mancini2021-08-201-4/+9
| * | | | | | | | tools: Add sparse context/locking annotations in compiler-types.hRiccardo Mancini2021-08-191-0/+18
| * | | | | | | | perf test: Do not compare overheads in the zstd comp testNamhyung Kim2021-08-131-2/+2
| * | | | | | | | perf tools: Enable on a list of CPUs for hybridJin Yao2021-08-117-0/+127
| * | | | | | | | perf tools: Create hybrid flag in targetJin Yao2021-08-112-1/+2
| * | | | | | | | libperf: Add perf_cpu_map__default_new()Jin Yao2021-08-112-0/+6
| * | | | | | | | perf test: Make --skip work on shell testsRiccardo Mancini2021-08-111-2/+9
| * | | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-08-114-7/+206
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf tests: Add dlfilter testAdrian Hunter2021-08-118-3/+771
| * | | | | | | | | perf build: Move perf_dlfilters.h in the source treeAdrian Hunter2021-08-113-2/+2
| * | | | | | | | | perf dlfilter: Amend documentation wrt library dependenciesAdrian Hunter2021-08-111-0/+8
| * | | | | | | | | perf script: Fix --list-dlfilters documentationAdrian Hunter2021-08-111-1/+1
| * | | | | | | | | perf script: Fix unnecessary machine_resolve()Adrian Hunter2021-08-111-1/+1
| * | | | | | | | | perf script: Fix documented const'ness of perf_dlfilter_fnsAdrian Hunter2021-08-111-2/+2
| * | | | | | | | | perf vendor events: Update metrics for SkyLake ServerJin Yao2021-08-101-164/+83
| * | | | | | | | | perf vendor events intel: Update uncore event list for SkyLake ServerJin Yao2021-08-102-24/+156
| * | | | | | | | | perf vendor events intel: Update core event list for SkyLake ServerJin Yao2021-08-107-2487/+2497
| * | | | | | | | | perf vendor events: Update metrics for CascadeLake ServerJin Yao2021-08-101-167/+86
| * | | | | | | | | perf vendor events intel: Update uncore event list for CascadeLake ServerJin Yao2021-08-102-25/+157
| * | | | | | | | | perf vendor events intel: Update core event list for CascadeLake ServerJin Yao2021-08-107-8434/+8444
| * | | | | | | | | perf test: Add pmu-events sys event supportJohn Garry2021-08-102-3/+83
| * | | | | | | | | perf jevents: Print SoC name per system event tableJohn Garry2021-08-102-1/+3
| * | | | | | | | | perf pmu: Make pmu_add_sys_aliases() publicJohn Garry2021-08-102-1/+2
| * | | | | | | | | perf test: Add more pmu-events uncore aliasesJohn Garry2021-08-102-1/+94
| * | | | | | | | | perf test: Re-add pmu-event uncore PMU alias testJohn Garry2021-08-101-0/+110
| * | | | | | | | | perf pmu: Check .is_uncore field in pmu_add_cpu_aliases_map()John Garry2021-08-101-2/+1
| * | | | | | | | | perf test: Test pmu-events core aliases separatelyJohn Garry2021-08-101-29/+16
| * | | | | | | | | perf test: Factor out pmu-events alias comparisonJohn Garry2021-08-101-25/+55
| * | | | | | | | | perf test: Declare pmu-events test events separatelyJohn Garry2021-08-101-118/+126
| * | | | | | | | | perf jevents: Relocate test events to cpu folderJohn Garry2021-08-105-1/+1
| * | | | | | | | | perf test: Factor out pmu-events event comparisonJohn Garry2021-08-101-53/+66
| * | | | | | | | | perf jevents: Make build dependency on test JSONsJohn Garry2021-08-101-1/+4
| * | | | | | | | | perf bench: Add benchmark for evlist open/close operationsRiccardo Mancini2021-08-104-0/+260
| * | | | | | | | | perf docs: Fix accidental em-dashesAlyssa Ross2021-08-105-12/+12
| * | | | | | | | | perf env: Track kernel 64-bit mode in environmentLeo Yan2021-08-092-1/+26
| * | | | | | | | | tools: Remove feature-sync-compare-and-swap feature detectionLeo Yan2021-08-094-24/+0
| * | | | | | | | | perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTLeo Yan2021-08-092-9/+0
| * | | | | | | | | perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()Leo Yan2021-08-092-18/+5
| * | | | | | | | | perf auxtrace: Drop legacy __sync functionsLeo Yan2021-08-091-19/+0
| * | | | | | | | | 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