Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
bf59b3053e63783520c2810fc3f676553bc7eedd
/
tools
/
perf
bf59b30
libperf: Adopt perf_mmap__mmap_len() function from tools/perf
by Jiri Olsa
· 5 years ago
e440979
libperf: Add 'struct perf_mmap_param'
by Jiri Olsa
· 5 years ago
353120b
libperf: Add perf_mmap__init() function
by Jiri Olsa
· 5 years ago
42466b9
perf tools: Avoid 'sample_reg_masks' being const + weak
by Ian Rogers
· 5 years ago
728db19
perf beauty: Introduce strtoul() for x86 MSRs
by Arnaldo Carvalho de Melo
· 5 years ago
90df024
perf trace: Expand strings in filters to integers
by Arnaldo Carvalho de Melo
· 5 years ago
d0a3a10
perf trace: Introduce a strtoul() method for 'struct strarrays'
by Arnaldo Carvalho de Melo
· 5 years ago
3f41b77
perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'
by Arnaldo Carvalho de Melo
· 5 years ago
d4097f1
perf trace: Introduce --filter for tracepoint events
by Arnaldo Carvalho de Melo
· 5 years ago
1827ab5
perf evlist: Introduce append_tp_filter_pid() and append_tp_filter_pids()
by Arnaldo Carvalho de Melo
· 5 years ago
53c92f7
perf evlist: Introduce append_tp_filter() method
by Arnaldo Carvalho de Melo
· 5 years ago
05cea44
perf evlist: Factor out asprintf routine to build a tracepoint pid filter
by Arnaldo Carvalho de Melo
· 5 years ago
c330ef2
perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()
by Arnaldo Carvalho de Melo
· 5 years ago
646b3e2
perf trace beauty: Add the glue for the autogenerated MSR arrays
by Arnaldo Carvalho de Melo
· 5 years ago
5d88099
perf trace: Allow associating scnprintf routines with well known arg names
by Arnaldo Carvalho de Melo
· 5 years ago
fd21834
perf beauty: Hook up the x86 MSR table generator
by Arnaldo Carvalho de Melo
· 5 years ago
693d345
perf trace beauty: Add a x86 MSR cmd id->str table generator
by Arnaldo Carvalho de Melo
· 5 years ago
8d6505b
perf beauty: Make strarray's offset be u64
by Arnaldo Carvalho de Melo
· 5 years ago
444e2ff
tools arch x86: Grab a copy of the file containing the MSR numbers
by Arnaldo Carvalho de Melo
· 5 years ago
f11b280
perf trace: Allow choosing how to augment the tracepoint arguments
by Arnaldo Carvalho de Melo
· 5 years ago
311baaf
perf trace: Enclose all events argument lists with ()
by Arnaldo Carvalho de Melo
· 5 years ago
9597945
perf trace: Add array of chars scnprintf beautifier
by Arnaldo Carvalho de Melo
· 5 years ago
888ca854
perf trace: Add the syscall_arg_fmt pointer to syscall_arg
by Arnaldo Carvalho de Melo
· 5 years ago
3e0c9b2
perf trace: Move some scnprintf methods from syscall to syscall_arg_fmt
by Arnaldo Carvalho de Melo
· 5 years ago
947b843
perf trace: Allocate an array of beautifiers for tracepoint args
by Arnaldo Carvalho de Melo
· 5 years ago
8d1d4ff
perf trace: Factor out the initialization of syscal_arg_fmt->scnprintf
by Arnaldo Carvalho de Melo
· 5 years ago
3714437
perf script: Allow --time with --reltime
by Andi Kleen
· 5 years ago
06f84d1
perf tools: Make usage of test_attr__* optional for perf-sys.h
by Björn Töpel
· 5 years ago
b3700f2
perf scripts python: exported-sql-viewer.py: Add Time chart by CPU
by Adrian Hunter
· 5 years ago
e69d5df
perf scripts python: exported-sql-viewer.py: Add ability for Call tree to open at a specified task and time
by Adrian Hunter
· 5 years ago
da4264f
perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time
by Adrian Hunter
· 5 years ago
9a9dae3
perf scripts python: exported-sql-viewer.py: Add global time range calculations
by Adrian Hunter
· 5 years ago
42c303f
perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout
by Adrian Hunter
· 5 years ago
181ea40
perf scripts python: exported-sql-viewer.py: Add LookupModel()
by Adrian Hunter
· 5 years ago
8bd436b
perf trace augmented_syscalls: Do not show syscalls when none was asked for
by Arnaldo Carvalho de Melo
· 5 years ago
7e03592
perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose is processed
by Arnaldo Carvalho de Melo
· 5 years ago
bcddbfc
perf trace: Generalize the syscall_fmt find routines
by Arnaldo Carvalho de Melo
· 5 years ago
9b2036c
perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variable
by Arnaldo Carvalho de Melo
· 5 years ago
206d635
perf trace: Make evlist__set_evsel_handler() affect just entries without a handler
by Arnaldo Carvalho de Melo
· 5 years ago
c0e5347
perf evlist: Adopt __set_tracepoint_handlers method from perf_session
by Arnaldo Carvalho de Melo
· 5 years ago
608127f
perf top: Initialize perf_env->cpuid, needed by the per arch annotation init routine
by Arnaldo Carvalho de Melo
· 5 years ago
f1cedfb
perf env: Add routine to read the env->cpuid from the running machine
by Arnaldo Carvalho de Melo
· 5 years ago
11aad89
perf annotate: Don't return -1 for error when doing BPF disassembly
by Arnaldo Carvalho de Melo
· 5 years ago
16ed3c1
perf annotate: Return appropriate error code for allocation failures
by Arnaldo Carvalho de Melo
· 5 years ago
42d7a91
perf annotate: Fix arch specific ->init() failure errors
by Arnaldo Carvalho de Melo
· 5 years ago
211f493
perf annotate: Propagate the symbol__annotate() error return
by Arnaldo Carvalho de Melo
· 5 years ago
28f4417
perf annotate: Fix the signedness of failure returns
by Arnaldo Carvalho de Melo
· 5 years ago
a66fa06
perf annotate: Propagate perf_env__arch() error
by Arnaldo Carvalho de Melo
· 5 years ago
9db0e36
perf evsel: Fall back to global 'perf_env' in perf_evsel__env()
by Arnaldo Carvalho de Melo
· 5 years ago
f67001a
perf tools: Propagate get_cpuid() error
by Arnaldo Carvalho de Melo
· 5 years ago
6bdfd9f1
perf jevents: Fix period for Intel fixed counters
by Andi Kleen
· 5 years ago
e98df28
perf script brstackinsn: Fix recovery from LBR/binary mismatch
by Andi Kleen
· 5 years ago
2657983
perf docs: Correct and clarify jitdump spec
by Steve MacLean
· 5 years ago
b59711e
perf inject jit: Fix JIT_CODE_MOVE filename
by Steve MacLean
· 5 years ago
ee212d6
perf map: Fix overlapped map handling
by Steve MacLean
· 5 years ago
0d0e5ec
perf vendor events s390: Use s390 machine name instead of type 8561
by Thomas Richter
· 5 years ago
02d0847
perf vendor events s390: Add JSON transaction for machine type 8561
by Thomas Richter
· 5 years ago
7d4c85b
perf llvm: Don't access out-of-scope array
by Ian Rogers
· 5 years ago
0ae4061
tools headers uapi: Sync linux/fs.h with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
d586ac10
perf docs: Allow man page date to be specified
by Ian Rogers
· 5 years ago
e3e2cf3
perf tests: Avoid raising SEGV using an obvious NULL dereference
by Ian Rogers
· 5 years ago
26acf40
perf unwind: Fix libunwind build failure on i386 systems
by Arnaldo Carvalho de Melo
· 5 years ago
d6840d8
perf parser: Remove needless include directives
by Arnaldo Carvalho de Melo
· 5 years ago
815c156
perf build: Add detection of java-11-openjdk-devel package
by Thomas Richter
· 5 years ago
61bf4ee
perf jvmti: Include JVMTI support for s390
by Thomas Richter
· 5 years ago
28b9517
perf vendor events: Remove P8 HW events which are not supported
by Mamatha Inamdar
· 5 years ago
7834fa9
perf evlist: Fix access of freed id arrays
by Andi Kleen
· 5 years ago
6f6473c
perf stat: Fix free memory access / memory leaks in metrics
by Andi Kleen
· 5 years ago
252a2fd
perf tools: Replace needless mmap.h with what is needed, event.h
by Arnaldo Carvalho de Melo
· 5 years ago
95be9d1
perf evsel: Move config terms to a separate header
by Arnaldo Carvalho de Melo
· 5 years ago
bd70462
perf evlist: Remove unused perf_evlist__fprintf() method
by Arnaldo Carvalho de Melo
· 5 years ago
ca12527
perf evsel: Introduce evsel_fprintf.h
by Arnaldo Carvalho de Melo
· 5 years ago
9620bc36
perf evsel: Remove need for symbol_conf in evsel_fprintf.c
by Arnaldo Carvalho de Melo
· 5 years ago
32ff3fe
perf copyfile: Move copyfile routines to separate files
by Arnaldo Carvalho de Melo
· 5 years ago
80ab298
libperf: Add perf_evlist__poll() function
by Jiri Olsa
· 5 years ago
f4009e7
libperf: Add perf_evlist__add_pollfd() function
by Jiri Olsa
· 5 years ago
31f67fc
libperf: Add perf_evlist__alloc_pollfd() function
by Jiri Olsa
· 5 years ago
379dd98
libperf: Add libperf_init() call to the tests
by Jiri Olsa
· 5 years ago
428dab8
libperf: Merge libperf_set_print() into libperf_init()
by Jiri Olsa
· 5 years ago
fb4bf51
libperf: Add libperf dependency for tests targets
by Jiri Olsa
· 5 years ago
7634d53
libperf: Use sys/types.h to get ssize_t, not unistd.h
by Arnaldo Carvalho de Melo
· 5 years ago
2604911
perf tools: No need to include internal/lib.h from util/util.h
by Arnaldo Carvalho de Melo
· 5 years ago
20f2be1
libperf: Move 'page_size' global variable to libperf
by Jiri Olsa
· 5 years ago
d5a9948
libperf: Add perf_evlist__id_add_fd() function
by Jiri Olsa
· 5 years ago
b0031c2
libperf: Add perf_evlist__id_add() function
by Jiri Olsa
· 5 years ago
ff47d86
libperf: Add perf_evlist__read_format() function
by Jiri Olsa
· 5 years ago
515dbe4
libperf: Add perf_evlist__first()/last() functions
by Jiri Olsa
· 5 years ago
70c2036
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
by Jiri Olsa
· 5 years ago
1d5af02
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
e7eb900
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
by Jiri Olsa
· 5 years ago
deaf321
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
by Jiri Olsa
· 5 years ago
8cd36f3
libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
by Jiri Olsa
· 5 years ago
fee92b44
libperf: Add missing 'struct xyarray' forward declaration
by Arnaldo Carvalho de Melo
· 5 years ago
40cb2d5
libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
f6fa437
libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
c976ee1
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
by Jiri Olsa
· 5 years ago
648b5af
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
by Jiri Olsa
· 5 years ago
65aa2e6
libperf: Add 'flush' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
4443e6d
libperf: Add 'event_copy' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
8df7a86
libperf: Add 'overwrite' to 'struct perf_mmap'
by Jiri Olsa
· 5 years ago
Next »