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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-11
libbpf: Hashmap.h update to fix build issues using LLVM14
Eduard Zingerman
1
-1
/
+2
2022-11-10
perf print-events: Remove redundant comparison with zero
Kang Minchul
1
-4
/
+2
2022-11-10
perf data: Add tracepoint fields when converting to JSON
Dmitrii Dolgov
1
-0
/
+20
2022-11-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
8
-82
/
+96
2022-11-08
perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
Masami Hiramatsu (Google)
1
-17
/
+4
2022-11-08
perf test: Fix skipping branch stack sampling test
James Clark
1
-1
/
+3
2022-11-08
perf stat: Fix printing os->prefix in CSV metrics output
Athira Rajeev
1
-1
/
+1
2022-11-08
perf stat: Fix crash with --per-node --metric-only in CSV mode
Namhyung Kim
1
-1
/
+3
2022-11-04
perf bpf: Rename perf_include_dir to libbpf_include_dir
Arnaldo Carvalho de Melo
2
-5
/
+5
2022-11-04
perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibility
Ian Rogers
1
-1
/
+1
2022-11-03
perf session: Change type to avoid undefined behaviour in a signal handler
Ian Rogers
1
-1
/
+2
2022-11-03
perf probe: Fix to get declared file name from clang DWARF5
Masami Hiramatsu (Google)
3
-22
/
+42
2022-11-03
perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor
Masami Hiramatsu (Google)
1
-2
/
+2
2022-11-03
perf probe: Fix to avoid crashing if DW_AT_decl_file is NULL
Masami Hiramatsu (Google)
2
-9
/
+27
2022-10-31
perf lock contention: Increase default stack skip to 4
Namhyung Kim
1
-1
/
+1
2022-10-31
perf lock contention: Avoid variable length arrays
Namhyung Kim
1
-13
/
+28
2022-10-31
perf lock contention: Fix memory sanitizer issue
Namhyung Kim
1
-1
/
+1
2022-10-31
perf evlist: Add missing util/event.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-31
perf mmap: Remove several unneeded includes from util/mmap.h
Arnaldo Carvalho de Melo
1
-5
/
+0
2022-10-31
perf thread: Move thread__resolve() from event.h
Arnaldo Carvalho de Melo
2
-5
/
+3
2022-10-31
perf symbol: Move addr_location__put() from event.h
Arnaldo Carvalho de Melo
2
-3
/
+2
2022-10-31
perf machine: Move machine__resolve() from event.h
Arnaldo Carvalho de Melo
2
-3
/
+3
2022-10-31
perf kwork: Remove includes not needed in kwork.h
Arnaldo Carvalho de Melo
2
-6
/
+9
2022-10-31
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
12
-113
/
+128
2022-10-31
perf branch: Remove some needless headers, add a needed one
Arnaldo Carvalho de Melo
1
-3
/
+1
2022-10-31
perf bpf: No need to include headers just use forward declarations
Arnaldo Carvalho de Melo
1
-3
/
+3
2022-10-27
perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is true
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-10-27
perf tools: Make quiet mode consistent between tools
James Clark
1
-1
/
+0
2022-10-27
perf event: Drop perf_regs.h include, not needed anymore
Arnaldo Carvalho de Melo
1
-2
/
+0
2022-10-27
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-27
perf unwind arm64: Remove needless event.h & thread.h includes
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-10-27
perf config: Add missing newline on pr_warning() call in home_perfconfig()
Yang Jihong
1
-2
/
+2
2022-10-27
perf stat: Remove unused perf_counts.aggr field
Namhyung Kim
3
-35
/
+6
2022-10-27
perf stat: Display percore events properly
Namhyung Kim
1
-2
/
+25
2022-10-27
perf stat: Display event stats using aggr counts
Namhyung Kim
3
-386
/
+49
2022-10-27
perf stat: Add perf_stat_process_shadow_stats()
Namhyung Kim
2
-24
/
+27
2022-10-27
perf stat: Add perf_stat_process_percore()
Namhyung Kim
2
-0
/
+74
2022-10-27
perf stat: Add perf_stat_merge_counters()
Namhyung Kim
2
-0
/
+98
2022-10-27
perf stat: Reset aggr counts for each interval
Namhyung Kim
2
-3
/
+18
2022-10-27
perf stat: Allocate aggr counts for recorded data
Namhyung Kim
2
-8
/
+33
2022-10-27
perf stat: Aggregate per-thread stats using evsel->stats->aggr
Namhyung Kim
1
-2
/
+22
2022-10-27
perf stat: Factor out evsel__count_has_error()
Namhyung Kim
1
-2
/
+20
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
3
-20
/
+41
2022-10-27
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
2
-3
/
+9
2022-10-27
perf stat: Add struct perf_stat_aggr to perf_stat_evsel
Namhyung Kim
2
-7
/
+46
2022-10-27
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
2
-3
/
+5
2022-10-27
perf stat: Add aggr id for global mode
Namhyung Kim
2
-1
/
+15
2022-10-27
perf stat: Use evsel__is_hybrid() more
Namhyung Kim
1
-16
/
+4
2022-10-27
perf tools: Use pmu info in evsel__is_hybrid()
Namhyung Kim
1
-0
/
+3
2022-10-27
perf tools: Save evsel->pmu in parse_events()
Namhyung Kim
3
-10
/
+15
[prev]
[next]