perf thread: Make threads rbtree non-invasive
[platform/kernel/linux-starfive.git] / tools /
2023-06-12 Ian Rogersperf thread: Make threads rbtree non-invasive
2023-06-12 Ian Rogersperf thread: Remove notion of dead threads
2023-06-12 Ian Rogersperf test: Add test of libpfm4 events
2023-06-12 Ian Rogersperf list: Check arguments to show libpfm4 events
2023-06-12 Namhyung Kimperf list: Check if libpfm4 event is supported
2023-06-12 Adrian Hunterperf parse: Allow config terms with breakpoints
2023-06-12 Arnaldo Carvalho... perf script: Fix allocation of evsel->priv related...
2023-06-09 Ian Rogerstools headers: Make the difference output easier to...
2023-06-09 Namhyung Kimperf annotate: Remove x86 instructions with suffix
2023-06-09 Namhyung Kimperf annotate: Handle x86 instruction suffix generally
2023-06-05 Ian Rogersperf stat: Document --metric-no-threshold and threshold...
2023-06-05 Ian Rogersperf expr: Make the evaluation of & and | logical and...
2023-06-05 Tiezhu Yangperf LoongArch: Simplify mksyscalltbl
2023-06-05 Tiezhu Yangperf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_ID
2023-06-05 Tiezhu Yangperf arm64: Handle __NR3264_ prefixed syscall number
2023-06-05 Tiezhu Yangperf arm64: Rename create_table_from_c() to create_sc_t...
2023-06-05 Tiezhu Yangperf tools: Declare syscalltbl_*[] as const for all...
2023-06-05 Arnaldo Carvalho... perf bench: Add missing setlocale() call to allow usage...
2023-06-01 Namhyung Kimperf script: Increase PID/TID width for output
2023-06-01 Ian Rogersperf pmu: Warn about invalid config for all PMUs and...
2023-06-01 Ian Rogersperf pmu: Only warn about unsupported formats once
2023-06-01 Ian Rogersperf test: Update parse-events expectations to test...
2023-06-01 Ian Rogersperf parse-events: Wildcard most "numeric" events
2023-06-01 Ian Rogersperf evsel: Add verbose 3 print of evsel name when...
2023-06-01 Ian Rogersperf pmu: Correct perf_pmu__auto_merge_stats() affectin...
2023-05-31 Arnaldo Carvalho... Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30'...
2023-05-30 Ian Rogersperf kvm powerpc: Add missing rename opf pmu_have_event...
2023-05-28 Ian Rogerslibsubcmd: Avoid two path statics, removing 8192 bytes...
2023-05-28 Ian Rogersperf test pmu: Avoid 2 static path arrays
2023-05-28 Ian Rogerstools api fs: Dynamically allocate cgroupfs mount point...
2023-05-28 Ian Rogersperf scripting-engines: Move static to local variable...
2023-05-28 Ian Rogersperf path: Make mkpath thread safe, remove 16384 bytes...
2023-05-28 Ian Rogersperf probe: Dynamically allocate params memory
2023-05-28 Ian Rogersperf timechart: Make large arrays dynamic
2023-05-28 Ian Rogersperf lock: Dynamically allocate lockhash_table
2023-05-28 Ian Rogersperf daemon: Dynamically allocate path to perf
2023-05-28 Ian Rogerstools lib api fs tracing_path: Remove two unused MAX_PA...
2023-05-28 Ian Rogerstools api fs: Avoid large static PATH_MAX arrays
2023-05-28 Ian Rogersperf trace beauty: Make MSR arrays const to move it...
2023-05-28 Ian Rogersperf trace: Make some large static arrays const to...
2023-05-28 Ian Rogersperf test x86: intel-pt-test data is immutable so mark...
2023-05-28 Ian Rogersperf test x86: insn-x86 test data is immutable so mark...
2023-05-28 Ian Rogersperf header: Make nodes dynamic in write_mem_topology()
2023-05-28 Ian Rogersperf evsel: Don't let for_each_group() treat the head...
2023-05-28 Ian Rogersperf evsel: Don't let evsel__group_pmu_name() traverse...
2023-05-27 Ian Rogersperf pmu: Remove is_pmu_hybrid
2023-05-27 Ian Rogersperf pmus: Remove perf_pmus__has_hybrid
2023-05-27 Ian Rogersperf pmus: Add function to return count of core PMUs
2023-05-27 Ian Rogersperf pmus: Ensure all PMUs are read for find_by_type
2023-05-27 Ian Rogersperf pmus: Avoid repeated sysfs scanning
2023-05-27 Ian Rogersperf pmus: Allow just core PMU scanning
2023-05-27 Ian Rogersperf pmus: Split pmus list into core and other
2023-05-27 Ian Rogersperf pmu: Separate pmu and pmus
2023-05-27 Ian Rogersperf x86 mem: minor refactor to is_mem_loads_aux_event
2023-05-27 Ian Rogersperf pmus: Prefer perf_pmu__scan over perf_pmus__for_ea...
2023-05-27 Ian Rogersperf pmu: Remove perf_pmu__hybrid_pmus list
2023-05-27 Ian Rogersperf mem: Avoid hybrid PMU list
2023-05-27 Ian Rogersperf stat: Avoid hybrid PMU list
2023-05-27 Ian Rogersperf metrics: Remove perf_pmu__is_hybrid use
2023-05-27 Ian Rogersperf header: Avoid hybrid PMU list in write_pmu_caps
2023-05-27 Ian Rogersperf evsel: Compute is_hybrid from PMU being core
2023-05-27 Ian Rogersperf topology: Avoid hybrid list for hybrid topology
2023-05-27 Ian Rogersperf x86: Iterate hybrid PMUs as core PMUs
2023-05-27 Ian Rogersperf pmu: Rewrite perf_pmu__has_hybrid to avoid list
2023-05-27 Ian Rogersperf pmu: Remove perf_pmu__hybrid_mounted
2023-05-27 Ian Rogersperf evlist: Reduce scope of evlist__has_hybrid
2023-05-27 Ian Rogersperf evlist: Remove __evlist__add_default
2023-05-27 Ian Rogersperf evlist: Remove evlist__warn_hybrid_group
2023-05-27 Ian Rogersperf tools: Warn if no user requested CPUs match PMU...
2023-05-27 Ian Rogersperf target: Remove unused hybrid value
2023-05-27 Ian Rogersperf evlist: Allow has_user_cpus to be set on hybrid
2023-05-27 Ian Rogersperf evlist: Propagate user CPU maps intersecting core...
2023-05-27 Ian Rogersperf pmu: Add CPU map for "cpu" PMUs
2023-05-27 Ian Rogersperf evsel: Add is_pmu_core inorder to interpret own_cpus
2023-05-27 Ian Rogersperf pmu: Add is_core to pmu
2023-05-27 Ian Rogersperf pmu: Detect ARM and hybrid PMUs with sysfs
2023-05-27 Ian Rogerslibperf cpumap: Add "any CPU"/dummy test function
2023-05-27 Ian Rogersperf cpumap: Add equal function
2023-05-27 Ian Rogersperf cpumap: Add internal nr and cpu accessors
2023-05-27 Ian Rogersperf test python: Put perf python at start of sys.path
2023-05-27 Namhyung Kimperf test: Fix perf stat JSON output test
2023-05-27 Ian Rogersperf tests: Organize cpu_map tests into a single suite
2023-05-27 Ian Rogersperf cpumap: Add intersect function
2023-05-27 Ian Rogersperf vendor events intel: Add metricgroup descriptions...
2023-05-27 Ian Rogersperf jevents: Add support for metricgroup descriptions
2023-05-26 Song Liuperf evsel: Separate bpf_counter_list and bpf_filters...
2023-05-26 Arnaldo Carvalho... tools headers UAPI: Sync the linux/in.h with the kernel...
2023-05-26 James Clarkperf cs-etm: Copy kernel coresight-pmu.h header
2023-05-26 Song Liuperf bpf: Do not use llvm-strip on BPF binary
2023-05-26 Ian Rogersperf build: Don't compile demangle-cxx.cpp if not necessary
2023-05-26 Ian Rogersperf arm: Fix include path to cs-etm.h
2023-05-26 Namhyung Kimperf bpf filter: Fix a broken perf sample data naming...
2023-05-26 Namhyung Kimperf ftrace latency: Remove unnecessary "--" from ...
2023-05-26 Linus TorvaldsMerge tag '6.4-rc3-smb3-client-fixes' of git://git...
2023-05-26 Linus TorvaldsMerge tag 'parisc-for-6.4-3' of git://git./linux/kernel...
2023-05-25 Linus TorvaldsMerge tag 'vfs/v6.4-rc3/misc.fixes' of git://git./linux...
2023-05-25 Linus TorvaldsMerge tag 'net-6.4-rc4' of git://git./linux/kernel...
2023-05-25 Linus TorvaldsMerge tag 'for-v6.4-rc' of git://git./linux/kernel...
2023-05-25 Linus TorvaldsMerge tag 'sound-6.4-rc4' of git://git./linux/kernel...
2023-05-25 Linus TorvaldsMerge tag 'platform-drivers-x86-v6.4-3' of git://git...
next