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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
perf cs-etm: Print unknown header version as an error
James Clark
1
-10
/
+2
2022-12-14
perf test: Update perf lock contention test
Namhyung Kim
1
-0
/
+48
2022-12-14
perf lock contention: Add -l/--lock-addr option
Namhyung Kim
5
-28
/
+102
2022-12-14
perf lock contention: Implement -t/--threads option for BPF
Namhyung Kim
4
-17
/
+78
2022-12-14
perf lock contention: Add lock_data.h for common data
Namhyung Kim
3
-29
/
+39
2022-12-14
perf python: Account for multiple words in CC
Khem Raj
1
-1
/
+1
2022-12-14
perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...
Namhyung Kim
1
-1
/
+1
2022-12-14
perf test: Update event group check for support of uncore event
Athira Rajeev
1
-1
/
+13
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
8
-1
/
+18
2022-12-14
tools lib traceevent: Remove libtraceevent
Ian Rogers
70
-19876
/
+0
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
52
-184
/
+355
2022-12-14
perf jevents: Parse metrics during conversion
Ian Rogers
4
-4
/
+669
2022-12-14
perf stat: Update event skip condition for system-wide per-thread mode and me...
Namhyung Kim
1
-10
/
+9
2022-12-14
perf build: Fixes for LIBTRACEEVENT_DYNAMIC
Ian Rogers
1
-2
/
+6
2022-12-14
machine: Adopt is_lock_function() from builtin-lock.c
Arnaldo Carvalho de Melo
5
-59
/
+48
2022-12-14
perf test: Add event group test for events in multiple PMUs
Ravi Bangoria
4
-0
/
+130
2022-12-14
perf tool: Move pmus list variable to a new file
Ravi Bangoria
4
-1
/
+16
2022-12-14
perf util: Add host_is_bigendian to util.h
Ian Rogers
7
-22
/
+29
2022-12-14
perf util: Make header guard consistent with tool
Ian Rogers
1
-3
/
+3
2022-12-14
perf stat: Fix invalid output handle
James Clark
1
-1
/
+1
2022-12-14
perf stat: Fix multi-line metric output in JSON
Namhyung Kim
1
-1
/
+1
2022-12-14
tools lib symbol: Add dependency test to install_headers
Ian Rogers
1
-7
/
+14
2022-12-14
tools lib subcmd: Add dependency test to install_headers
Ian Rogers
1
-10
/
+13
2022-12-14
tools lib perf: Add dependency test to install_headers
Ian Rogers
1
-21
/
+22
2022-12-14
tools lib api: Add dependency test to install_headers
Ian Rogers
1
-12
/
+26
2022-12-14
perf stat: Fix printing field separator in CSV metrics output
Athira Rajeev
1
-12
/
+1
2022-12-14
perf record: Add remaining branch filters: "no_cycles", "no_flags" & "hw_index"
Anshuman Khandual
2
-0
/
+8
2022-12-14
perf stat: Check existence of os->prefix, fixing a segfault
Ian Rogers
1
-1
/
+2
2022-12-05
Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"
Namhyung Kim
1
-4
/
+4
2022-12-05
perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nu
Hans-Peter Nilsson
1
-1
/
+1
2022-12-05
perf branch: Fix interpretation of branch records
James Clark
1
-1
/
+2
2022-12-05
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
15
-27
/
+27
2022-11-24
perf list: List callback support for libpfm
Ian Rogers
2
-90
/
+71
2022-11-24
perf list: JSON escape encoding improvements
Ian Rogers
1
-42
/
+67
2022-11-24
perf list: Support newlines in wordwrap
Ian Rogers
1
-4
/
+7
2022-11-24
perf symbol: correction while adjusting symbol
Ajay Kaher
1
-1
/
+1
2022-11-24
perf vendor events intel: Update events and metrics for alderlake
Zhengjun Xing
11
-2691
/
+1525
2022-11-24
perf vendor events intel: Add metrics for Alderlake-N
Zhengjun Xing
1
-0
/
+583
2022-11-24
perf vendor events intel: Add uncore event list for Alderlake-N
Zhengjun Xing
2
-0
/
+208
2022-11-24
perf vendor events intel: Add core event list for Alderlake-N
Zhengjun Xing
8
-1
/
+1075
2022-11-24
perf stat: Tidy up JSON metric-only output when no metrics
Namhyung Kim
1
-10
/
+17
2022-11-24
perf stat: Rename "aggregate-number" to "cpu-count" in JSON
Namhyung Kim
1
-4
/
+4
2022-11-24
perf stat: Fix JSON output in metric-only mode
Namhyung Kim
1
-18
/
+24
2022-11-24
perf stat: Pass through 'struct outstate'
Namhyung Kim
4
-63
/
+50
2022-11-24
perf stat: Do not pass runtime_stat to printout()
Namhyung Kim
1
-5
/
+4
2022-11-24
perf stat: Pass struct outstate to printout()
Namhyung Kim
1
-20
/
+18
2022-11-24
perf stat: Pass 'struct outstate' to print_metric_begin()
Namhyung Kim
1
-22
/
+28
2022-11-24
perf stat: Use 'struct outstate' in evlist__print_counters()
Namhyung Kim
1
-11
/
+14
2022-11-24
perf stat: Pass const char *prefix to display routines
Namhyung Kim
2
-10
/
+10
2022-11-24
perf stat: Remove metric_only argument in print_counter_aggrdata()
Namhyung Kim
1
-11
/
+6
[next]