Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
1d12cec6ce99614297e10945d917fd8a62cd2b09
/
tools
/
perf
/
util
1d12cec
perf machine: Fix paranoid check in machine__set_kernel_mmap()
by Namhyung Kim
· 7 years ago
4cb7d3e
perf cpuid: Introduce a platform specific cpuid compare function
by Thomas Richter
· 7 years ago
4281da2
perf trace powerpc: Use generated syscall table
by Ravi Bangoria
· 8 years ago
e3ebaa4
perf report: Fix memory corruption in --branch-history mode --branch-history
by Jiri Olsa
· 7 years ago
256e751
perf inject: Emit instruction records on ETM trace discontinuity
by Robert Walker
· 7 years ago
e573e97
perf cs-etm: Inject capabilitity for CoreSight traces
by Robert Walker
· 7 years ago
147c508
perf tools: Use target->per_thread and target->system_wide flags
by Jin Yao
· 8 years ago
099c113
perf cs-etm: Freeing allocated memory
by Mathieu Poirier
· 8 years ago
a73e24d
perf tools: Do not create kernel maps in sample__resolve()
by Jiri Olsa
· 7 years ago
e8f3879
perf machine: Remove machine__load_kallsyms()
by Jiri Olsa
· 7 years ago
1fb87b8
perf machine: Don't search for active kernel start in __machine__create_kernel_maps
by Jiri Olsa
· 7 years ago
05db6ff
perf machine: Generalize machine__set_kernel_mmap()
by Jiri Olsa
· 7 years ago
8c7f1bb
perf machine: Move kernel mmap name into struct machine
by Jiri Olsa
· 7 years ago
81f981d
perf machine: Free root_dir in machine__init() error path
by Jiri Olsa
· 7 years ago
c396296
perf symbols: Check if we read regular file in dso__load()
by Jiri Olsa
· 7 years ago
f1f8ad5
perf stat: Add support to print counts after a period of time
by yuzhoujian
· 8 years ago
db06a26
perf stat: Add support to print counts for fixed times
by yuzhoujian
· 8 years ago
a7402c9
perf tools: Fix comment for sort__* compare functions
by Jiri Olsa
· 8 years ago
6677d26
perf tools: Substitute yet another strtoull()
by Andy Shevchenko
· 8 years ago
06cc1a4
perf hists browser: Add parameter to disable lost event warning
by Kan Liang
· 8 years ago
9a831b3
perf evsel: Expose the perf_missing_features struct
by Arnaldo Carvalho de Melo
· 8 years ago
3effc2f
perf mmap: Discard legacy interface for mmap read
by Kan Liang
· 8 years ago
7bb4597
perf mmap: Introduce perf_mmap__read_event()
by Kan Liang
· 8 years ago
ee023de
perf mmap: Introduce perf_mmap__read_done()
by Kan Liang
· 8 years ago
b4b036b
perf mmap: Discard 'prev' in perf_mmap__read()
by Kan Liang
· 8 years ago
189f2cc
perf mmap: Add new return value logic for perf_mmap__read_init()
by Kan Liang
· 8 years ago
8872481
perf mmap: Introduce perf_mmap__read_init()
by Kan Liang
· 8 years ago
f92c8cb
perf mmap: Cleanup perf_mmap__push()
by Kan Liang
· 8 years ago
dc6c35c
perf mmap: Recalculate size for overwrite mode
by Kan Liang
· 8 years ago
6888ff6
perf evlist: Remove stale mmap read for backward
by Kan Liang
· 8 years ago
f290aa1
perf record: Fix period option handling
by Jiri Olsa
· 8 years ago
49c0ae8
perf evsel: Fix period/freq terms setup
by Jiri Olsa
· 8 years ago
bafae98
perf evlist: Remove fcntl.h from evlist.h
by Arnaldo Carvalho de Melo
· 8 years ago
78c4369
perf bpf: Remove misplaced __maybe_unused attribute
by Arnaldo Carvalho de Melo
· 8 years ago
b12235b
perf tools: Add mechanic to synthesise CoreSight trace packets
by Mathieu Poirier
· 8 years ago
9f878b2
perf tools: Add full support for CoreSight trace decoding
by Mathieu Poirier
· 8 years ago
20d9c47
pert tools: Add queue management functionality
by Mathieu Poirier
· 8 years ago
290598b
perf tools: Add functionality to communicate with the openCSD decoder
by Mathieu Poirier
· 8 years ago
c9a01a1
perf tools: Add support for decoding CoreSight trace data
by Mathieu Poirier
· 8 years ago
68ffe39
perf tools: Add decoder mechanic to support dumping trace data
by Mathieu Poirier
· 8 years ago
cd8bfd8
perf tools: Add processing of coresight metadata
by Tor Jeremiassen
· 8 years ago
440a23b
perf tools: Add initial entry point for decoder CoreSight traces
by Mathieu Poirier
· 8 years ago
b3fa389
perf trace: Remove audit-libs dependency if syscall tables are present
by Hendrik Brueckner
· 8 years ago
631e8f0
perf report: Fix regression when decoding intel_pt traces
by Mathieu Poirier
· 8 years ago
4c0d8d27
perf symbols: Using O_CLOEXEC in do_open
by Wang YanQing
· 8 years ago
5c61d70
perf tools: Move conditional O_CLOEXEC to util.h
by Arnaldo Carvalho de Melo
· 8 years ago
8725232
perf bpf: Don't warn about unavailability of builtin clang, just fallback
by Arnaldo Carvalho de Melo
· 8 years ago
5627117
perf tools: Use ui__error() for reporting --fields errors
by Arnaldo Carvalho de Melo
· 8 years ago
936f1f3
perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()
by Adrian Hunter
· 8 years ago
59a87fd
perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__synthesize_sample()
by Adrian Hunter
· 8 years ago
a10eb53
perf intel-pt/bts: Do not swap when synthesizing samples
by Adrian Hunter
· 8 years ago
5a031f8
perf util: Allocate time slices buffer according to number of comma
by Jin Yao
· 8 years ago
3002812
perf util: Support no index time percent slice
by Jin Yao
· 8 years ago
6e761cb
perf util: Improve error checking for time percent input
by Jin Yao
· 8 years ago
0d3dcc0
perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding
by Arnaldo Carvalho de Melo
· 8 years ago
eabad8c
perf unwind: Do not look just at the global callchain_param.record_mode
by Arnaldo Carvalho de Melo
· 8 years ago
249d98e
perf callchain: Fix attr.sample_max_stack setting
by Arnaldo Carvalho de Melo
· 8 years ago
ffd3d18
perf tools: Add ARM Statistical Profiling Extensions (SPE) support
by Kim Phillips
· 8 years ago
1688c2f
perf evsel: Check if callchain is enabled before setting it up
by Arnaldo Carvalho de Melo
· 8 years ago
fa1195c
perf tools: Fix copyfile_offset update of output offset
by Jiri Olsa
· 8 years ago
41013f0
perf script python: Add script to profile and resolve physical mem type
by Kan Liang
· 8 years ago
dd8bd53
perf evlist: Remove trailing semicolon
by Luis de Bethencourt
· 8 years ago
2178790
perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
by Mathieu Poirier
· 8 years ago
075ca1e
perf tools: Make the tool's warning messages optional
by Jiri Olsa
· 8 years ago
3d7c27b
perf script: Add support to display lost events
by Jiri Olsa
· 8 years ago
28a0b39
perf script: Add support to display sample misc field
by Jiri Olsa
· 8 years ago
db9fc76
perf tools: Display perf_event_attr::namespaces debug info
by Jiri Olsa
· 8 years ago
9a9b8b4
perf tools: Create function to perform multiple time range checking
by Jin Yao
· 8 years ago
13a70f3
perf tools: Create function to parse time percent
by Jin Yao
· 8 years ago
6011518
perf header: Add infrastructure to record first and last sample time
by Jin Yao
· 8 years ago
935f5a9
perf report: Fix a wrong offset issue when using /proc/kcore
by Jin Yao
· 8 years ago
ca80006
perf evsel: Enable ignore_missing_thread for pid option
by Mengting Zhang
· 8 years ago
f9d8adb
perf evsel: Fix swap for samples with raw data
by Jiri Olsa
· 8 years ago
c588d15
perf probe: Support escaped character in parser
by Masami Hiramatsu
· 8 years ago
1e9f9e8
perf string: Add {strdup,strpbrk}_esc()
by Masami Hiramatsu
· 8 years ago
4b3a271
perf probe: Find versioned symbols from map
by Masami Hiramatsu
· 8 years ago
e63c625
perf probe: Add __return suffix for return events
by Masami Hiramatsu
· 8 years ago
a3110cd
perf probe: Cut off the version suffix from event name
by Masami Hiramatsu
· 8 years ago
9f5c6d8
perf probe: Add warning message if there is unexpected event name
by Masami Hiramatsu
· 8 years ago
4e8fbc1
perf env: Adopt perf_env__arch() from the annotate code
by Arnaldo Carvalho de Melo
· 8 years ago
3285deb
perf annotate: Use perf_env when obtaining the arch name
by Arnaldo Carvalho de Melo
· 8 years ago
5449f13
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
by Arnaldo Carvalho de Melo
· 8 years ago
901bb02
perf trace: Use generated syscall table on s390 too
by Hendrik Brueckner
· 8 years ago
3315d14
perf perf: Remove duplicate includes
by Pravin Shedge
· 8 years ago
06c3f2a
perf utils: Move is_directory() to path.h
by Jiri Olsa
· 8 years ago
2973455
perf stat: Resort '--per-thread' result
by Jin Yao
· 8 years ago
1d9f8d1
perf stat: Remove --per-thread pid/tid limitation
by Jin Yao
· 8 years ago
73c0ca1e
perf thread_map: Enumerate all threads from /proc
by Jin Yao
· 8 years ago
14e72a2
perf stat: Update or print per-thread stats
by Jin Yao
· 8 years ago
5673944
perf stat: Allocate shadow stats buffer for threads
by Jin Yao
· 8 years ago
6a1e2c5
perf stat: Remove a set of shadow stats static variables
by Jin Yao
· 8 years ago
e0128b3
perf stat: Print per-thread shadow stats
by Jin Yao
· 8 years ago
1fcd039
perf stat: Update per-thread shadow stats
by Jin Yao
· 8 years ago
8efb2df
perf stat: Create the runtime_stat init/exit function
by Jin Yao
· 8 years ago
49cd456
perf stat: Extend rbtree to support per-thread shadow stats
by Jin Yao
· 8 years ago
e5fcc2a
perf stat: Define a structure for per-thread shadow stats
by Jin Yao
· 8 years ago
1d2a7de
Merge tag 'v4.15-rc4' into perf/core, to pick up fixes
by Ingo Molnar
· 8 years ago
e53000b
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
f5b5fab
x86/decoder: Fix and update the opcodes map
by Randy Dunlap
· 8 years ago
f971e51
tools/perf: Convert ACCESS_ONCE() to READ_ONCE()
by Mark Rutland
· 8 years ago
Next »