Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
334fe7a3c63624eb1bba42f81eb088d5665d9f3e
/
tools
/
perf
/
util
/
header.c
334fe7a
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
by Namhyung Kim
· 12 years ago
91b9880
perf tools: Fix calloc argument ordering
by Paul Gortmaker
· 12 years ago
a8bb559
perf header: Add HEADER_GROUP_DESC feature
by Namhyung Kim
· 12 years ago
5809fde
perf header: Fix double fclose() on do_write(fd, xxx) failure
by Thomas Jarosch
· 12 years ago
fdae637
perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/kallsyms" case
by Thomas Jarosch
· 12 years ago
2caa48a
perf header: Stop using die() calls when processing tracing data
by Arnaldo Carvalho de Melo
· 12 years ago
876650e
perf machine: Introduce struct machines
by Arnaldo Carvalho de Melo
· 12 years ago
5323f60
perf header: Ensure read/write finished successfully
by Namhyung Kim
· 12 years ago
f0b9abf
Merge branch 'linus' into perf/core
by Ingo Molnar
· 12 years ago
1234471
perf header: Fix numa topology printing
by Namhyung Kim
· 12 years ago
e84ba4e
perf header: Add is_perf_magic() func
by Feng Tang
· 12 years ago
ebb296c
perf tools: Move build_id__sprintf into build-id object
by Jiri Olsa
· 12 years ago
0807d2d
perf evsel: Know if byte swap is needed
by Arnaldo Carvalho de Melo
· 12 years ago
37e9d75
perf header: Remove perf_header__read_feature
by Namhyung Kim
· 12 years ago
3d7eb86
perf header: Remove unused @feat arg from ->process callback
by Namhyung Kim
· 12 years ago
7e94cfc
perf header: Use pre-processed session env when printing
by Namhyung Kim
· 12 years ago
a1ae565
perf header: Add ->process callbacks to most of features
by Namhyung Kim
· 12 years ago
bcf6edc
perf kvm: Events analysis tool
by Xiao Guangrong
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
7dbf4dc
perf tools: Back [vdso] DSO with real data
by Jiri Olsa
· 12 years ago
9ac3e48
perf tools: fix ALIGN redefinition in system headers
by Irina Tirdea
· 12 years ago
831394b
perf header: Prepare tracepoint events regardless of name
by Namhyung Kim
· 12 years ago
ae42c6b
perf header: Fix a typo on evsel
by Namhyung Kim
· 12 years ago
be4a2de
perf header: Swap pmu mapping numbers if needed
by Namhyung Kim
· 12 years ago
618a3f1
perf header: Set tracepoint event name only if not set
by Namhyung Kim
· 12 years ago
74ba9e1
perf header: Use evlist->nr_entries on write_event_desc()
by Namhyung Kim
· 12 years ago
1659d12
perf tools: Keep the perf_event_attr on version 3
by Jiri Olsa
· 12 years ago
50a9667
perf tools: Add pmu mappings to header information
by Robert Richter
· 12 years ago
7c2f7af
perf report: Update event names from header description
by Robert Richter
· 12 years ago
4e1b9c6
perf tools: Refactor print_event_desc()
by Robert Richter
· 12 years ago
db146f0
perf tools: Rename global variable 'events' in util/header.c
by Robert Richter
· 12 years ago
6606f87
perf tools: Rename some variables for better understanding
by Robert Richter
· 12 years ago
f4d8343
perf tools: Fix type for evsel->ids and add size check for ids
by Robert Richter
· 12 years ago
0c21f73
perf evlist: Introduce evsel list accessors
by Arnaldo Carvalho de Melo
· 12 years ago
0f6a301
perf tools: Support user regs and stack in sample parsing
by Jiri Olsa
· 12 years ago
239cc47
perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap check
by Jiri Olsa
· 12 years ago
fcf65bf
perf evsel: Cache associated event_format
by Arnaldo Carvalho de Melo
· 12 years ago
8b6ee4c
perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATA
by Arnaldo Carvalho de Melo
· 12 years ago
56e6f60
perf tool: Save cmdline from user in file header vs what is passed to record
by David Ahern
· 12 years ago
78b961f
perf tools: Dump exclude_{guest,host}, precise_ip header info too
by David Ahern
· 12 years ago
da37896
perf tools: Stop using a global trace events description list
by Arnaldo Carvalho de Melo
· 12 years ago
32c46e5
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 12 years ago
7289f83
perf tools: Move all users of event_name to perf_evsel__name
by Arnaldo Carvalho de Melo
· 12 years ago
cb9dd49
perf tools: Fix synthesizing tracepoint names from the perf.data headers
by Arnaldo Carvalho de Melo
· 12 years ago
80c0120
perf tools: Fix endianity swapping for adds_features bitmask
by David Ahern
· 12 years ago
2eeaaa0
perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA
by Stephane Eranian
· 13 years ago
16ee657
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 13 years ago
afda0f9
perf build-id: Fix filename size calculation
by Namhyung Kim
· 13 years ago
f3054c7
perf tools: Cleanup realloc use
by Ulrich Drepper
· 13 years ago
9fafd98
perf tools: Fix various casting issues for 32 bits
by Jiri Olsa
· 13 years ago
0d09eb7
Merge branch 'perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 13 years ago
e7f01d1
perf tools: Use scnprintf where applicable
by Arnaldo Carvalho de Melo
· 13 years ago
330aa67
perf record: Add HEADER_BRANCH_STACK tag
by Stephane Eranian
· 13 years ago
114382a
perf tools: Make perf able to read files from older ABIs
by Stephane Eranian
· 13 years ago
62db906
perf tools: Fix ABI compatibility bug in print_event_desc()
by Stephane Eranian
· 13 years ago
69996df
perf tools: Enable reading of perf.data files from different ABI rev
by Stephane Eranian
· 13 years ago
f1c67db
perf tools: Factor out feature op to process header sections
by Robert Richter
· 13 years ago
08d95bd
perf tools: Moving code in header.c
by Robert Richter
· 13 years ago
73323f5
perf tools: fix endianness detection in perf.data
by Stephane Eranian
· 13 years ago
d8d9c282
perf tools: Fix strlen() bug in perf_event__synthesize_event_type()
by Stephane Eranian
· 13 years ago
f8f4b28
perf tools: Fix strlen() bug in perf_event__synthesize_event_type()
by Stephane Eranian
· 13 years ago
f232806
perf tools: Fix feature-bits rework fallout, remove unused variable
by Ingo Molnar
· 13 years ago
b1e5a9b
perf tools: Use for_each_set_bit() to iterate over feature flags
by Robert Richter
· 13 years ago
e20960c
perf tools: Unify handling of features when writing feature section
by Robert Richter
· 13 years ago
1b54950
perf tools: Moving code in some files
by Robert Richter
· 13 years ago
f7a8a13
perf tools: Continue processing header on unknown features
by Robert Richter
· 13 years ago
8cdfa78
perf tools: Improve macros for struct feature_ops
by Robert Richter
· 13 years ago
d87f69a
Merge commit 'v3.2-rc6' into perf/core
by Ingo Molnar
· 13 years ago
6340cfe
perf header: Use event_name() to get an event name
by Andrew Vagin
· 13 years ago
45694aa
perf tools: Rename perf_event_ops to perf_tool
by Arnaldo Carvalho de Melo
· 13 years ago
743eb86
perf tools: Resolve machine earlier and pass it to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
d20deb6
perf tools: Pass tool context in the the perf_event_ops functions
by Arnaldo Carvalho de Melo
· 13 years ago
10d0f08
perf event: perf_event_ops->attr() manipulates only an evlist
by Arnaldo Carvalho de Melo
· 13 years ago
d04b35f
perf symbols: Add nr_events to symbol_conf
by Arnaldo Carvalho de Melo
· 13 years ago
a9072bc
perf header: Fix build on old systems
by Arnaldo Carvalho de Melo
· 13 years ago
29208e5
perf tools: Fix tracing info recording
by Jiri Olsa
· 13 years ago
d327fa4
perf tools: handle endianness of feature bitmap
by David Ahern
· 13 years ago
51192de
perf script: Fix unknown feature comment
by David Ahern
· 13 years ago
6c3c5b2
perf buildid: Fix possible unterminated readlink() result buffer
by Thomas Jarosch
· 13 years ago
fbe96f2
perf tools: Make perf.data more self-descriptive (v8)
by Stephane Eranian
· 13 years ago
f57b05e
perf report: Use properly build_id kernel binaries
by Jiri Olsa
· 13 years ago
4f9bae3
perf buildid-cache: Zero out buffer of filenames when adding/removing buildid
by Han Pingtian
· 13 years ago
eda3913
perf tools: Fix endian conversion reading event attr from file header
by David Ahern
· 13 years ago
ec80fde
perf symbols: Handle /proc/sys/kernel/kptr_restrict
by Arnaldo Carvalho de Melo
· 13 years ago
7442996
perf tools: Move evlist sample helpers to evlist area
by Frederic Weisbecker
· 13 years ago
b251148
perf build-id: Add quirk to deal with perf.data file format breakage
by Arnaldo Carvalho de Melo
· 14 years ago
a926021
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
1c0b04d
perf header: Stop using 'self'
by Arnaldo Carvalho de Melo
· 14 years ago
a91e543
perf session: Use evlist/evsel for managing perf.data attributes
by Arnaldo Carvalho de Melo
· 14 years ago
7ee235e
perf symbols: Avoid resolving [kernel.kallsyms] to real path for buildid cache
by Lin Ming
· 14 years ago
e248de3
perf tools: Improve support for sessions with multiple events
by Arnaldo Carvalho de Melo
· 14 years ago
fb7d0b3
perf tool: Fix gcc 4.6.0 issues
by Kyle McMartin
· 14 years ago
8115d60
perf tools: Kill event_t typedef, use 'union perf_event' instead
by Arnaldo Carvalho de Melo
· 14 years ago
361c99a
perf evsel: Introduce perf_evlist
by Arnaldo Carvalho de Melo
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
9285855
Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
by Ingo Molnar
· 14 years ago
cc22219
Merge commit 'v2.6.37-rc8' into perf/core
by Ingo Molnar
· 14 years ago
1e7972c
perf util: Move do_read from session to util
by Arnaldo Carvalho de Melo
· 14 years ago
69aad6f
perf tools: Introduce event selectors
by Arnaldo Carvalho de Melo
· 14 years ago
68a7a77
perf buildid-cache: Fix symbolic link handling
by Franck Bui-Huu
· 14 years ago
Next »