index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
header.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-03
perf env: Avoid recursively taking env->bpf_progs.lock
Ian Rogers
1
-4
/
+4
2023-12-13
perf header: Fix one memory leakage in perf_event__fprintf_event_update()
Yicong Yang
1
-2
/
+3
2023-11-27
perf header: Fix segfault on build_mem_topology() error path
Adrian Hunter
1
-1
/
+3
2023-11-10
perf header: Additional note on AMD IBS for max_precise pmu cap
Arnaldo Carvalho de Melo
1
-0
/
+8
2023-11-06
perf header: Support num and width of branch counters
Kan Liang
1
-3
/
+15
2023-10-12
perf header: Fix various error path memory leaks
Ian Rogers
1
-26
/
+34
2023-08-29
perf tools: Convert to perf_record_header_attr_id()
Namhyung Kim
1
-1
/
+1
2023-08-29
perf tools: Handle old data in PERF_RECORD_ATTR
Namhyung Kim
1
-5
/
+6
2023-08-29
perf tools: Allow to use cpuinfo on LoongArch
Yanteng Si
1
-0
/
+2
2023-08-25
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
1
-7
/
+1
2023-08-25
perf header: Fix missing PMU caps
Ian Rogers
1
-15
/
+16
2023-06-12
perf header: Avoid out-of-bounds read
Ian Rogers
1
-1
/
+1
2023-06-12
perf header: Ensure bitmaps are freed
Ian Rogers
1
-2
/
+10
2023-05-28
perf header: Make nodes dynamic in write_mem_topology()
Ian Rogers
1
-16
/
+25
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
1
-1
/
+1
2023-05-27
perf pmus: Allow just core PMU scanning
Ian Rogers
1
-4
/
+1
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
1
-7
/
+8
2023-05-27
perf header: Avoid hybrid PMU list in write_pmu_caps
Ian Rogers
1
-8
/
+11
2023-05-23
perf: Extract building cache level for a CPU into separate function
K Prateek Nayak
1
-23
/
+39
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
1
-2
/
+1
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-0
/
+19
2022-12-05
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
1
-4
/
+4
2022-10-04
perf events: Prefer union over variable length array
Ian Rogers
1
-16
/
+8
2022-07-18
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+14
2022-06-26
perf inject: Adjust output data offset for backward compatibility
Raul Silvera
1
-0
/
+14
2022-06-24
perf header: Record non-CPU PMU capabilities
Ravi Bangoria
1
-71
/
+89
2022-06-24
perf header: Store PMU caps in an array of strings
Ravi Bangoria
1
-29
/
+34
2022-06-24
perf header: Pass "cpu" pmu name while printing caps
Ravi Bangoria
1
-9
/
+3
2022-06-23
perf script: Add some missing event dumps
Adrian Hunter
1
-0
/
+3
2022-05-23
perf inject: Keep some features sections from input file
Adrian Hunter
1
-0
/
+8
2022-05-23
perf header: Add ability to keep feature sections
Adrian Hunter
1
-8
/
+46
2022-04-14
perf bench: Fix numa testcase to check if CPU used to bind task is online
Athira Rajeev
1
-0
/
+51
2022-03-22
perf header: Fix spelling mistake "could't" -> "couldn't"
Colin Ian King
1
-1
/
+1
2022-03-12
perf tools: Set build-id using build-id header on new mmap records
James Clark
1
-0
/
+1
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-3
/
+3
2021-12-06
perf header: Fix memory leaks when processing feature headers
Ian Rogers
1
-5
/
+10
2021-11-18
perf evsel: Fix memory leaks relating to unit
Ian Rogers
1
-3
/
+5
2021-11-13
perf cputopo: Match thread_siblings to topology ABI name
Ian Rogers
1
-3
/
+3
2021-11-13
perf cputopo: Match die_siblings to topology ABI name
Ian Rogers
1
-4
/
+4
2021-11-13
perf cputopo: Update to use pakage_cpus
Ian Rogers
1
-3
/
+3
2021-11-01
perf bpf: Pull in bpf_program__get_prog_info_linear()
Dave Marchevsky
1
-6
/
+7
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
1
-2
/
+2
2021-08-31
perf header: Fix spelling mistake "cant'" -> "can't"
Colin Ian King
1
-1
/
+1
2021-08-02
perf tools: Pass a fd to perf_file_header__read_pipe()
Namhyung Kim
1
-6
/
+6
2021-07-09
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
1
-2
/
+2
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
1
-2
/
+2
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
1
-5
/
+5
2021-05-17
perf header: Support HYBRID_CPU_PMU_CAPS feature
Jin Yao
1
-19
/
+143
2021-05-17
perf header: Support HYBRID_TOPOLOGY feature
Jin Yao
1
-0
/
+87
[next]